Package: rstantools Type: Package Title: Tools for Developing R Packages Interfacing with 'Stan' Version: 2.6.0.9000 Date: 2026-01-10 Authors@R: c(person(given = "Jonah", family = "Gabry", role = c("aut", "cre"), email = "jgabry@gmail.com"), person(given = "Ben", family = "Goodrich", role = "aut", email = "benjamin.goodrich@columbia.edu"), person(given = "Martin", family = "Lysy", role = "aut", email = "mlysy@uwaterloo.ca"), person(given = "Andrew", family = "Johnson", role = "aut"), person(given = "Hamada S.", family = "Badr", role = "ctb"), person(given = "Marco", family = "Colombo", role = "ctb"), person(given = "Stefan", family = "Siegert", role = "ctb"), person(given = "Visruth", family = "Srimath Kandali", role = "ctb"), person(given = "Trustees of", family = "Columbia University", role = "cph")) Description: Provides various tools for developers of R packages interfacing with 'Stan' , including functions to set up the required package structure, S3 generics and default methods to unify function naming across 'Stan'-based R packages, and vignettes with recommendations for developers. License: GPL (>=3) URL: https://mc-stan.org/rstantools/, https://discourse.mc-stan.org/ BugReports: https://github.com/stan-dev/rstantools/issues Encoding: UTF-8 SystemRequirements: pandoc Imports: desc, stats, utils, Rcpp (>= 0.12.16), RcppParallel (>= 5.0.1) Suggests: rstan (>= 2.17.2), BH (>= 1.66.0), RcppEigen (>= 0.3.3.3.0), usethis (>= 1.5.1), testthat (>= 2.0.0), knitr, pkgbuild, pkgload, roxygen2 (>= 7.0.0), rmarkdown, rstudioapi VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make Repository: https://stan-dev.r-universe.dev Date/Publication: 2026-07-20 16:51:33 UTC RemoteUrl: https://github.com/stan-dev/rstantools RemoteRef: HEAD RemoteSha: b4029289a25b7045b7382c7a6481c46e8ab73d71 NeedsCompilation: no Packaged: 2026-07-20 17:16:10 UTC; root Author: Jonah Gabry [aut, cre], Ben Goodrich [aut], Martin Lysy [aut], Andrew Johnson [aut], Hamada S. Badr [ctb], Marco Colombo [ctb], Stefan Siegert [ctb], Visruth Srimath Kandali [ctb], Trustees of Columbia University [cph] Maintainer: Jonah Gabry