Package: adlaplaceExample Type: Package Title: Example Backend for 'adlaplace' Version: 0.5.2 Authors@R: person(given = "Patrick", family = "Brown", email = "patrick.borgnine@gmail.com", role = c("aut", "cre", "cph")) Description: Provides a minimal example backend package for 'adlaplace'. It demonstrates how to implement and expose model-specific AD tape construction while delegating optimization and Laplace approximation workflows to 'adlaplace'. SystemRequirements: OpenMP License: MPL-2.0 Depends: R (>= 4.1.0) LinkingTo: Rcpp, adlaplace, RcppEigen, trustOptim, RCppAD Imports: Rcpp, adlaplace, RCppAD, methods Suggests: trustOptim, abind, knitr, rmarkdown, testthat (>= 3.0.0), sn, Matrix, pracma VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) NeedsCompilation: yes Collate: '000.R' 'RcppExports.R' 'skewnormal.R' Repository: https://eborgnine.r-universe.dev Date/Publication: 2026-07-17 22:33:33 UTC RemoteUrl: https://github.com/eborgnine/adlaplace RemoteRef: main RemoteSha: 96d35f802cd1c076c717dc2284fafebab64dad52 RemoteSubdir: adlaplaceExample Packaged: 2026-07-17 23:36:44 UTC; root Author: Patrick Brown [aut, cre, cph] Maintainer: Patrick Brown