Learn R Programming

rstantools (version 1.5.0)

rstantools-package: Tools for Developing R Packages Interfacing with Stan

Description

mc-stan.org Stan Development Team

The rstantools package provides various tools for developers of R packages interfacing with Stan (http://mc-stan.org), including functions to set up the required package structure, S3 generic methods to unify function naming across Stan-based R packages, and a vignette with guidelines for developers. To get started building a package see rstan_package_skeleton.

Arguments

See Also

  • Guidelines and recommendations for developers of R packages interfacing with Stan and a demonstration getting a simple package working can be found in the vignettes included with rstantools and at http://mc-stan.org/rstantools/articles/.