natmanager: Install the 'Natverse' Packages from Scratch
Source:R/natmanager-package.R
natmanager-package.Rd
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.
Author
Maintainer: Gregory Jefferis jefferis@gmail.com (ORCID)
Authors:
Sridhar Jagannathan j.sridharrajan@gmail.com (ORCID)
Examples
if (FALSE) { # \dontrun{
# 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')
}
} # }