The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

natmanager

natmanager CRAN GitHub Docs R-CMD-check CRAN Downloads codecov

The goal of natmanager is to streamline installation of packages from the natverse (NeuroAnatomy Toolbox) suite of R packages for computational neuroanatomy. See https://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
# It is recommended to have a GitHub account and personal access token (PAT) for this full
# batteries installation. However if you don't have one, then natmanager's default PAT will be used.
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(pkgs = 'flyconnectome/hemibrainr')

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.