neuroc_desc | R Documentation |
Neuroc DESCRIPTION File
neuroc_desc(
path = "DESCRIPTION",
table_path = NULL,
release = c("stable", "current"),
dev = FALSE,
verbose = TRUE,
user = NULL,
deployment = FALSE,
force = deployment,
fix_remotes = TRUE,
...
)
path |
path to DESCRIPTION file |
table_path |
Path to the table of packages for neuroconductor |
release |
Stable or development version |
dev |
Development Site vs. not? |
verbose |
print diagnostic messages |
user |
GitHub username for repos |
deployment |
indicator if this is a release, not standard running. Just deployment. |
force |
should this stop ( |
fix_remotes |
Run |
... |
arguments to pass to |
The function will parse a description, delete any remotes for packages in
neuroconductor, add the neuroconductor remotes (in order),
adds biocViews
field (for Travis), puts the covr
in Suggests for
code coverage if not already in Imports/Suggests/Depends,
replaces the SystemRequirements field with the suggested value(s) from
https://goo.gl/x7rcCD
Path to new DESCRIPTION file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.