knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

natverse

The goal of natverse is to install all of the commonly used NeuroAnatomy Toolbox packages.

See https://jefferis.github.io/nat/ for more details.

Installation

You can install the latest version as shown below:

# install.packages("devtools")
devtools::install_github("SridharJagannathan/natverse")

Example

This will load the natverse package:

library(natverse)

The conflicts created by natverse with other packages can be seen with

natverse_conflicts()

You can check if all the packages within natverse are uptodate with:

1.For dependencies installed via CRAN use

natverse_update(source = 'CRAN')

2.For dependencies installed via GitHub use

natverse_update(source = 'GITHUB')


SridharJagannathan/natverse documentation built on July 28, 2019, 3:26 p.m.