natmanager-package {natmanager} | R Documentation |
natmanager: Install the 'Natverse' Packages from Scratch
Description
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(s)
Maintainer: Gregory Jefferis jefferis@gmail.com (ORCID)
Authors:
Sridhar Jagannathan j.sridharrajan@gmail.com (ORCID)
See Also
Examples
## 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)
[Package natmanager version 0.5.1 Index]