colibri is a platform for automating analyses of physiological time series in R. Colibri is currently under development.
To install the colibri package in R, proceed as follows in R.
First install the devtools-package and load it:
install.packages("devtools")
library(devtools)
You can now install the colibri package:
install_github("bwrc/edf")
install_github("bwrc/colibri")