diff options
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 7eabdf2..a2c760c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,18 +2,19 @@ Package: mkin Type: Package Title: Routines for fitting kinetic models with one or more state variables to chemical degradation data -Version: 0.7-6 -Date: 2010-06-09 -Author: Johannes Ranke -Maintainer: Johannes Ranke <jranke@harlan.com> -Description: Calculation routines based on the FOCUS Kinetics Report (2006). Includes - a function for conveniently defining differential equation models, choice of - the optimisation methods made available by the FME package (default is a - Levenberg-Marquardt variant). -Depends: FME +Version: 0.8-11 +Date: 2011-05-19 +Author: Johannes Ranke, Katrin Lindenberger +Maintainer: Johannes Ranke <jranke@users.berlios.de> +Description: Calculation routines based on the FOCUS Kinetics Report (2006). + Includes a function for conveniently defining differential equation models, + model solution based on eigenvalues if possible or using numerical solvers + and a choice of the optimisation methods made available by the FME package + (default is a Levenberg-Marquardt variant). Please note that no warranty is + implied for correctness of results or fitness for a particular purpose. +Depends: FME, deSolve, kinfit +Suggests: RUnit License: GPL LazyLoad: yes LazyData: yes -Packaged: 2010-05-18 12:52:36 UTC; ranke -Repository: CRAN -Date/Publication: 2010-05-18 13:18:05 +URL: http://cran.r-project.org, http://developer.berlios.de/projects/mkin/ |