R/RcppArrayFire.package.skeleton.R
RcppArrayFire.package.skeleton.RdRcppArrayFire.package.skeleton creates a skeleton for a new package that intends to use
RcppArrayFire. It is based on the package.skeleton function that it executes first.
RcppArrayFire.package.skeleton(name = "anRpackage", list = character(), environment = .GlobalEnv, path = ".", force = FALSE, code_files = character(), example_code = TRUE)
| name | See |
|---|---|
| list | See |
| environment | See |
| path | See |
| force | See |
| code_files | See |
| example_code | If |
In addition to package.skeleton, the DESCRIPTION and NAMESPACE
files are updated. In addition, minimal configure and src/Makevars.in files for finding
the necessary compiler flags are created.