Initialize gsm Extension package
Usage
init_gsm_package(
strPackageDir,
lDescriptionFields = list(),
bIncludeWorkflowDir = TRUE
)Arguments
- strPackageDir
path to package directory
- lDescriptionFields
listof description fields, passed tousethis::create_package(). Default islist().- bIncludeWorkflowDir
booleanargument declaring whether or not to include theinst/workflowdirectory in the root of the package. Default isTRUE.