Initialize gsm Extension package
Usage
init_gsm_package(
strPackageDir,
lDescriptionFields = list(),
bIncludeWorkflowDir = TRUE,
strOrg = "Gilead-BioStats"
)Arguments
- strPackageDir
(
string) Path to the package directory.- lDescriptionFields
(
list) Description fields, passed tousethis::create_package(). Default islist().- bIncludeWorkflowDir
(
boolean) Whether or not to include theinst/workflowdirectory in the root of the package. Default isTRUE.- strOrg
(
string) GitHub organization under which the repo should be created. Set toNULLto create the package in your personal GitHub account.