This project adheres to Semantic Versioning. Changes are documented in the changelog.
The master branch is now a release candidate for v1.0.0.
To install the v1.0 release candidate:
library("devtools")
install_github("cellengine/cellengine-r-toolkit")
To install the legacy v0.x version:
library("devtools")
install_github("cellengine/cellengine-r-toolkit", ref="v0.x")
Refer to the Getting Started vignette for next steps!