Skip to content

Instantly share code, notes, and snippets.

@jefferis
Created September 3, 2014 14:37
Show Gist options
  • Save jefferis/362f7e0c02e83268c491 to your computer and use it in GitHub Desktop.
Save jefferis/362f7e0c02e83268c491 to your computer and use it in GitHub Desktop.
install nat code using rappdirs to locate downloaded data

Start a clean R session and do:

if(!require("devtools")) install.packages("devtools")
devtools::source_gist("362f7e0c02e83268c491")
devtools::install_github("jefferis/nat")
devtools::install_github(c("nat.nblast","nat.templatebrains","nat.flybrains"), username="jefferislab")
devtools::install_github("rappdirs")
devtools::install_github("jefferis/flycircuit", ref="feature/rappdirs")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment