diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-19 09:44:09 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-19 09:44:09 +0200 |
commit | f91363d665ce4c3a1a5bd0b502919142459325d4 (patch) | |
tree | 0a01f898e3357ed1e26ae991d1a10390c671008b | |
parent | ae6c19659c27682d401fb0b719eed9035ff5b9c3 (diff) |
Make compiled models more prominent in feature list
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -89,10 +89,11 @@ documentation or the package vignettes referenced from the first-order (SFO) or SFORB kinetics are used in the model, or using a numeric solver from the `deSolve` package (default is `lsoda`). These have decreasing efficiency, and are automatically chosen - by default. As of mkin 0.9-36, model solution for models with more than - one state observed variable (not only parent) is based on the + by default. +* As of mkin 0.9-36, model solution for models with more than one observed + variable is based on the [`ccSolve`](https://github.com/karlines/ccSolve) package, if installed. - This is even faster than eigenvalue based solution, at least in the examples + This is even faster than eigenvalue based solution, at least in the example shown in the [vignette `compiled_models`](http://rawgit.com/jranke/mkin/master/vignettes/compiled_models.html) * Model optimisation with [`mkinfit`](http://kinfit.r-forge.r-project.org/mkin_static/mkinfit.html) |