Package: StanEstimators Title: Estimate Parameters for Arbitrary R Functions using 'Stan' Version: 0.3.1 Authors@R: c( person(given = c("Andrew", "R."), family = "Johnson", role = c("aut", "cre"), email = "andrew.johnson@arjohnsonau.com", comment = c(ORCID = "0000-0001-7000-8065")), person(given = "Jonah", family = "Gabry", role = "ctb", email = "jsg2201@columbia.edu"), person(given = "Rok", family = "Češnovar", role = "ctb", email = "rok.cesnovar@fri.uni-lj.si"), person("Stan Development Team", role="cph", comment = "CmdStan sources and headers"), person("Lawrence Livermore National Security", role="cph", comment = "SUNDIALS sources and headers") ) Description: Allows for the estimation of parameters for 'R' functions using the various algorithms implemented in the 'Stan' probabilistic programming language. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 NeedsCompilation: yes UseLTO: true SystemRequirements: GNU make Imports: Rcpp, RcppParallel, posterior, methods, stats, loo LinkingTo: Rcpp, RcppEigen, BH, RcppParallel, rapidjsonr Suggests: testthat (>= 3.0.0), callr, future, knitr, rmarkdown, RTMB, withr Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://andrjohns.github.io/StanEstimators/ Config/build/compilation-database: true Config/pak/sysreqs: make Repository: https://andrjohns.r-universe.dev Date/Publication: 2026-07-20 08:12:19 UTC RemoteUrl: https://github.com/andrjohns/StanEstimators RemoteRef: HEAD RemoteSha: 722ab537988bef455c224575f79f6da642379bcc Packaged: 2026-07-20 08:19:27 UTC; root Author: Andrew R. Johnson [aut, cre] (ORCID: ), Jonah Gabry [ctb], Rok Češnovar [ctb], Stan Development Team [cph] (CmdStan sources and headers), Lawrence Livermore National Security [cph] (SUNDIALS sources and headers) Maintainer: Andrew R. Johnson