| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README.html | 2020-07-06 19:20 | 6.4K | ||
The goal of natmanager is to streamline installation of packages from the natverse (NeuroAnatomy Toolbox) suite of R packages for computational neuroanatomy. See http://natverse.org/install/ for the full details.
install.packages("natmanager")
# install core packages to try out the core natverse
natmanager::install('core')
# Full "batteries included" installation with all packages
# You need a GitHub account and personal access token (PAT) for this
natmanager::install('natverse')
#you can also install non-natverse packages like below, this feature is useful if you want to avoid
#rate limiting issues from github and errors from warnings while installing packages:
natmanager::install('flyconnectome/hemibrainr')