R/create_MATSS_compendium.R
create_MATSS_compendium.Rd
Create an R package, using use_package
,
then perform the following additional actions:
add various package dependencies, including "MATSS"
add template analysis and pipeline files
create_MATSS_compendium( path, name = usethis:::find_name(), fields = NULL, rstudio = rstudioapi::isAvailable(), open = interactive(), DEPLOY = FALSE )
path | A path. If it exists, it is used. If it does not exist, it is created, provided that the parent path exists. |
---|---|
name | author name for the package |
fields | A named list of fields to add to |
rstudio | If |
open | If
|
DEPLOY | if |
Path to the newly created package, invisibly.