RcppR6: Update Or Install RcppR6 Files

Description Usage Arguments Details

View source: R/api.R

Description

Update or install RcppR6 files. This will copy required files around, parse your inst/classes.yml file, and generate required files. Using RcppR6::install() is equivalent to passing install=TRUE to RcppR6::RcppR6.

Usage

1
2
3
4
RcppR6(path = ".", install = FALSE, attributes = TRUE, verbose = TRUE,
  force = FALSE)

install(...)

Arguments

path

Path to the package (this directory must contain the DESCRIPTION file)

install

Logical indicating if this should be treated as a fresh install. Specifying TRUE (not the default) should always be safe, but will copy default or skeleton copyies of files into place if they do not exist, as well as update your DESCRIPTION file.

attributes

Should Rcpp attributes be regenerated as well? This is probably a good idea (and is the default).

verbose

Logical indicating if information about the process will be generated. It's not all that verbose really.

force

Generate code even if the class definitions (in the yaml files) is unchanged and was generated with the same version of RcppR6?

...

Arguments passed to RcppR6()

Details

More details coming later!


richfitz/RcppR6 documentation built on May 27, 2019, 8:15 a.m.