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
String of the package name to create
character string with a working directory where to
create a subdirectory according to modName
. When
specified, a subdirectory named after the
“modName.d
” will be created and populated with a
C file, a dynamic loading library, plus various other working
files. If missing, the files are created (and removed) in the
temporary directory, and the RxODE DLL for the model is
created in the current directory named rx_????_platform
, for
example rx_129f8f97fb94a87ca49ca8dafe691e1e_i386.dll
Type of action to take after package is created
is the type of license for the package.
Full name of author
A named list of fields to add to DESCRIPTION
, potentially
overriding default values. See use_description()
for how you can set
personalized defaults using package options
this function returns nothing and is used for its side effects