myelo
This package contains R code implementations of mathematical models associated with nonmyeloid cancers. It can be installed via (on Windows this requires R>=2.15.2):
install.packages(c("deSolve","bbmle"));install.packages("canceR",repos="http://epbi-radivot.cwru.edu")
To install instead from the most recent source code (this requires Rtools on Windows) use:
library(devtools); install_github("canceR",subdir="canceR",username="radivot")
Once installed, its help pages can then be reached via:
help(pack="canceR")