For the impatient …
# install
if (!require("devtools")) install.packages("devtools")
devtools::install_github("jefferis/brainbaser")
# use
library(brainbaser)
# run examples
example("neuropil_overlaps")
# get overview help for package
?brainbaser
# help for functions
?neuropil_overlaps
# run tests
library(testthat)
test_package("brainbaser")
Currently there isn’t a released version on CRAN.
You can use the devtools package to install the development version:
if (!require("devtools")) install.packages("devtools")
devtools::install_github("jefferis/brainbaser")
Note: Windows users need Rtools and devtools to install this way.