Learn R Programming

natmanager (version 0.5.1)

natmanager-package: 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.

Arguments

Author

Maintainer: Gregory Jefferis jefferis@gmail.com (ORCID)

Authors:

See Also

install

Examples

Run this code
if (FALSE) {
# 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')
}
}

Run the code above in your browser using DataLab