Creates a package from compiled RxODE models
rxPkg(
...,
package,
wd = getwd(),
action = c("install", "build", "binary", "create"),
license = c("gpl3", "lgpl", "mit", "agpl3"),
name = "Firstname Lastname",
fields = list()
)| ... | Models to build a package from |
|---|---|
| package | String of the package name to create |
| wd | character string with a working directory where to
create a subdirectory according to |
| action | Type of action to take after package is created |
| license | is the type of license for the package. |
| name | Full name of author |
| fields | A named list of fields to add to |
this function returns nothing and is used for its side effects
Matthew Fidler