aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2013-11-12 02:53:40 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2013-11-12 02:53:40 +0100
commit1410eaff939bd84a3ddc306b6660f3fde6855339 (patch)
treead805b5b063d81c0005bb55b248797952344268e /README.md
parent78ff1460c4e5b399bbab20f7b5b7f504dda8a6cd (diff)
More history in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 22 insertions, 12 deletions
diff --git a/README.md b/README.md
index 5e639e5..ed1d263 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ or the package vignettes referenced from the
in a second stage after the primary optimisation algorithm has converged.
-## Credits
+## Credits and historical remarks
`mkin` would not be possible without the underlying software stack consisting
of R and the packages [deSolve](http://cran.r-project.org/package=deSolve),
@@ -89,17 +89,27 @@ of R and the packages [deSolve](http://cran.r-project.org/package=deSolve),
Also, it was inspired by the first version of KinGUI developed by
BayerCropScience, which is based on the MatLab runtime environment.
-Bayer has developed a successor named KinGUII whose R code is based on `mkin`, but which
-added, amongst other refinements, a closed source graphical user interface
-(GUI), iteratively reweighted least squares (IRLS) optimisation of the variance
-for each of the observed variables, and Markov Chain Monte Carlo (MCMC)
-simulation functionality, similar to what is available e.g. in the `FME`
-package.
-
-Syngenta has sponsored the development of an `mkin` (and KinGUII?) based GUI
-application called CAKE, which adds IRLS and MCMC, is more limited in the model
-formulation, but puts more weight on usability. CAKE is available for download
-from the [CAKE website](http://projects.tessella.com/cake), where you can also
+The companion package [kinfit](http://kinfit.r-forge.r-project.org/kinfit_static/index.html) was [started in 2008](https://r-forge.r-project.org/scm/viewvc.php?view=rev&root=kinfit&revision=2) and
+[first published on
+CRAN](http://cran.r-project.org/src/contrib/Archive/kinfit/) on 01 May
+2010.
+
+The first `mkin` code was [published on 11 May 2010](https://r-forge.r-project.org/scm/viewvc.php?view=rev&root=kinfit&revision=8) and the
+[first CRAN version](http://cran.r-project.org/src/contrib/Archive/mkin)
+on 18 May 2010.
+
+After this, Bayer has developed an R based successor to KinGUI named KinGUII
+whose R code is based on `mkin`, but which added, amongst other refinements, a
+closed source graphical user interface (GUI), iteratively reweighted least
+squares (IRLS) optimisation of the variance for each of the observed
+variables, and Markov Chain Monte Carlo (MCMC) simulation functionality,
+similar to what is available e.g. in the `FME` package.
+
+Somewhat in parallel, Syngenta has sponsored the development of an `mkin` (and
+KinGUII?) based GUI application called CAKE, which also adds IRLS and MCMC, is
+more limited in the model formulation, but puts more weight on usability.
+CAKE is available for download from the [CAKE
+website](http://projects.tessella.com/cake), where you can also
find a zip archive of the R scripts derived from `mkin`, published under the GPL
license.

Contact - Imprint