Package: instantiate
Title: Pre-Compiled 'CmdStan' Models in R Packages
Description: Similar to 'rstantools' for 'rstan',
  the 'instantiate' package builds pre-compiled
  'CmdStan' models into CRAN-ready statistical modeling R packages.
  The models compile once during installation,
  the executables live inside the file systems of their respective packages,
  and users have the full power and convenience of
  'cmdstanr' without any additional compilation.
  This approach saves time, allows R package developers
  to migrate from 'rstan' to the more modern
  'cmdstanr', and fits well with centrally maintained
  R installations where users have trouble installing
  their own packages, diagnosing compilation errors,
  and setting environment variables.
  Packages 'rstantools', 'cmdstanr', 'stannis', and
  'stanapi' are similar Stan clients with different objectives.
Version: 0.0.2
License: MIT + file LICENSE
URL: https://wlandau.github.io/instantiate/,
        https://github.com/wlandau/instantiate
BugReports: https://github.com/wlandau/instantiate/issues
Authors@R: c(
  person(
    given = c("William", "Michael"),
    family = "Landau",
    role = c("aut", "cre"),
    email = "will.landau@gmail.com",
    comment = c(ORCID = "0000-0003-1878-3253")
  ),
  person(
    family = "Eli Lilly and Company",
    role = c("cph", "fnd")
  ))
Depends: R (>= 4.0.0)
Imports: fs, pkglite, rlang, utils
Suggests: cmdstanr, knitr (>= 1.30), markdown (>= 1.1), rmarkdown (>=
        2.4), testthat (>= 3.0.0), withr
Additional_repositories: https://mc-stan.org/r-packages/
SystemRequirements: CmdStan
        (https://mc-stan.org/users/interfaces/cmdstan)
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-08-08 19:24:05 UTC; C240390
Author: William Michael Landau [aut, cre]
    (<https://orcid.org/0000-0003-1878-3253>),
  Eli Lilly and Company [cph, fnd]
Maintainer: William Michael Landau <will.landau@gmail.com>
Repository: CRAN
Date/Publication: 2023-08-11 07:40:02 UTC
