Skip to contents

Initialize gsm Extension package

Usage

init_gsm_package(
  strPackageDir,
  lDescriptionFields = list(),
  bIncludeWorkflowDir = TRUE
)

Arguments

strPackageDir

path to package directory

lDescriptionFields

list of description fields, passed to usethis::create_package(). Default is list().

bIncludeWorkflowDir

boolean argument declaring whether or not to include the inst/workflow directory in the root of the package. Default is TRUE.