These demonstrate default values for some options that can be set in
SpaDES.project.
To see defaults, run spadesProjectOptions().
See Details below.
spadesProjectOptions()named list of the default options currently available.
Below are options that can be set with options("spades.xxx" = newValue),
where xxx is one of the values below, and newValue is a new value to
give the option. Sometimes these options can be placed in the user's .Rprofile
file so they persist between sessions.
The following options are used, and can mostly be specified in the various setup*
functions also.
| OPTION | DEFAULT VALUE | DESCRIPTION |
reproducible.cachePath | NOTE: uses reproducible. Defaults is within projectPath, with subfolder "cache" | spades.inputPath |
| Default is within projectPath, with subfolder "inputs" | spades.modulePath | Default is within projectPath, with subfolder "modules" |
spades.outputPath | Default is within projectPath, with subfolder "outputs" | spades.packagePath |
Default to .libPathDefault(<projectPath>) | spades.projectPath | Default "." |
spades.scratchPath | Default is within tempdir(), with subfolder | SpaDES.project.Restart |
Default is FALSE. Passed to Restart argument in setupProject | SpaDES.project.useGit | Default is FALSE. Passed to useGit argument in setupProject |
SpaDES.project.ask is currently only used when offering to clone a remote
github repository. Setting this to FALSE will prevent asking and just "do it".