Skip to content

jefferislab/jimpipeline

Repository files navigation

Travis build status Docs

jimpipeline

This package contain functions used by the Jefferis Lab during our large scale image processing and registration work. We will try to make these as generic as possible, but for the moment use by third parties is not a major design consideration.

Installation

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("jefferislab/jimpipeline")

Note: Windows users need Rtools and devtools to install this way.