diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -120,10 +120,12 @@ documentation or the package vignettes referenced from the These have decreasing efficiency, and are automatically chosen 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 example - shown in the [vignette `compiled_models`](http://rawgit.com/jranke/mkin/master/vignettes/compiled_models.html) + variable is based on the inline package. 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). + The autogeneration of C code was + inspired by the [`ccSolve`](https://github.com/karlines/ccSolve) package. Thanks + to Karline Soetaert for her work on that. * Model optimisation with [`mkinfit`](http://kinfit.r-forge.r-project.org/mkin_static/mkinfit.html) internally using the `modFit` function from the `FME` package, |