rxPkg {rxode2} | R Documentation |
Creates a package from compiled rxode2 models
Description
Creates a package from compiled rxode2 models
Usage
rxPkg(
...,
package,
wd = getwd(),
action = c("install", "build", "binary", "create"),
license = c("gpl3", "lgpl", "mit", "agpl3"),
name = "Firstname Lastname",
fields = list()
)
Arguments
... |
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 |
Value
this function returns nothing and is used for its side effects
Author(s)
Matthew Fidler