natmanager-package | R Documentation |
Provides streamlined installation for packages from the 'natverse', a suite of R packages for computational neuroanatomy built on top of the 'nat' 'NeuroAnatomy Toolbox' package. Installation of the complete 'natverse' suite requires a 'GitHub' user account and personal access token 'GITHUB_PAT'. 'natmanager' will help the end user set this up if necessary.
Maintainer: Gregory Jefferis jefferis@gmail.com (ORCID)
Authors:
Sridhar Jagannathan j.sridharrajan@gmail.com (ORCID)
install
## Not run:
# install core packages to try out the core natverse
if(is.interactive()) {
natmanager::install('core')
}
# Full "batteries included" installation with all packages
# You need a GitHub account and personal access token (PAT) for this
if(is.interactive()) {
natmanager::install('natverse')
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.