View source: R/neuroc_install_order.R
neuroc_install_order | R Documentation |
Returns the order of Neuroconductor packages installation
neuroc_install_order(
release = c("stable", "current"),
dev = FALSE,
deployment = FALSE,
table_path = NULL,
user = NULL,
force = FALSE,
...
)
neuroc_dep_mat(
release = c("stable", "current"),
dev = FALSE,
table_path = NULL,
deployment = FALSE,
user = NULL,
force = FALSE,
...
)
release |
Stable or development version |
dev |
Development version or not? |
deployment |
indicator if this is a release, not standard running. Just deployment |
table_path |
path to table of packages |
user |
GitHub username for repos |
force |
should this stop ( |
... |
arguments to pass to |
list
of package install order, the dependency matrix,
and repos parsed
## Not run:
neuroc_install_order()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.