View source: R/neuroc_dep_ants.R
neuroc_dep_ants | R Documentation |
Returns the packages in Neuroconductor that require a set of binary installers
neuroc_dep_ants(
release = c("stable", "current"),
dev = FALSE,
bin_packages = c("ITKR", "ANTsR", "ANTsRCore"),
table_path = NULL,
deployment = FALSE,
user = NULL,
force = FALSE,
...
)
release |
Stable or development version |
dev |
Development version or not? |
bin_packages |
Packages that require binaries |
table_path |
path to table of packages |
deployment |
indicator if this is a release, not standard running. Just deployment. |
user |
GitHub username for repos |
force |
should this stop ( |
... |
arguments to pass to |
Character vector of packages
## Not run:
neuroc_dep_ants()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.