aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-05-19 09:40:44 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-05-19 09:40:44 +0200
commitae6c19659c27682d401fb0b719eed9035ff5b9c3 (patch)
treef40c5e02953d75a7c912f414ea3a9b409fe27674
parent6177159706128a4d44ce10f5b37fd94bdf996c2d (diff)
Link to compiled_models vignette, advertise NEWS
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a7aabea..baa36cc7 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +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.
+ 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
+ [`ccSolve`](https://github.com/karlines/ccSolve) package, if installed.
+ This is even faster than eigenvalue based solution, at least in the examples
+ 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)
internally using the `modFit` function from the `FME` package,
@@ -128,6 +132,10 @@ There is a graphical user interface that I consider useful for real work. Please
refer to its [documentation page](http://kinfit.r-forge.r-project.org/gmkin_static)
for installation instructions and a manual.
+## News
+
+Yes, there is a ![Changelog](NEWS.md).
+
## Credits and historical remarks
`mkin` would not be possible without the underlying software stack consisting

Contact - Imprint