-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
In the instructions/steps for using devtools here
rstantools/vignettes/minimal-rstan-package.Rmd
Lines 307 to 312 in 99c0d66
| The following steps are required if one is using `devtools`: | |
| 1. Add new Stan file, e.g., `inst/stan/new.stan` | |
| 2. Run `pkgbuild::compile_dll()` to preform a fake R CMD install. | |
| 3. Run `roxygen2::roxygenize()` to update the documentation. | |
| 4. Run ` devtools::install()` to install the package locally. |
roxygen2::roxygenize() with devtools::document() to keep it pure devtools.Metadata
Metadata
Assignees
Labels
No labels