Skip to content

Replace roxygen2::roxygenize() with devtools::document()  #131

@jamesmbaazam

Description

@jamesmbaazam

In the instructions/steps for using devtools here

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.
, you could replace step 3 of using roxygen2::roxygenize() with devtools::document() to keep it pure devtools.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions