Introduction

Quick Start

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")

Installation

Currently there isn’t a released version on CRAN.

Development version

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.