Skip to content

Instantly share code, notes, and snippets.

@jefferis
Last active December 4, 2015 21:27
Show Gist options
  • Save jefferis/39a1182f726989db7e03 to your computer and use it in GitHub Desktop.
Save jefferis/39a1182f726989db7e03 to your computer and use it in GitHub Desktop.
Install all neuroanatomy toolbox (nat) R packages

Install all nat

This gist will let you efficiently install the packages in the nat NeuroAnatomy Toolbox suite. See https://github.com/jefferis/nat for further details.

Start a clean R session and do:

if(!require("devtools")) install.packages("devtools")
devtools::source_gist("39a1182f726989db7e03")
devtools::install_github("jefferis/nat")
# dependencies = TRUE should install the suggested package git2r as well
devtools::install_github("jefferislab/nat.templatebrains", dependencies=TRUE)
devtools::install_github(paste0("jefferislab/", c("nat.nblast", "nat.flybrains")))
# download our standard set of registrations
nat.flybrains::download_jefferislab_registrations()
devtools::install_github("jefferis/flycircuit")
devtools::install_github("jefferis/vfbr")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment