diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2012-06-25 23:45:39 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2012-06-25 23:45:39 +0000 |
commit | 5f72a28432c024ab9d57b70e87186dcc607c0903 (patch) | |
tree | e7d30a3ef4c8c748487cbe38cb022c9f753d6df1 /DESCRIPTION | |
parent | 3a7751c62e369547db2048b7fc89c21b862010e9 (diff) |
- Document endpoints() function
- Fix unit tests that were broken by introduction of
the endpoints function
- Small documentation fixes
- Format output of backtransformed parameters
- Integrate snippet for making static documentation
using staticdocs by Hadley Wickham
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@41 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index bce90d0..b1cad78 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Package: mkin Type: Package Title: Routines for fitting kinetic models with one or more state variables to chemical degradation data -Version: 0.9-03 -Date: 2012-05-16 +Version: 0.9-04 +Date: 2012-06-26 Author: Johannes Ranke, Katrin Lindenberger, René Lehmann Maintainer: Johannes Ranke <jranke@uni-bremen.de> Description: Calculation routines based on the FOCUS Kinetics Report (2006). @@ -18,4 +18,4 @@ License: GPL LazyLoad: yes LazyData: yes Encoding: UTF-8 -URL: http://cran.r-project.org, http://r-forge.r-project.org/projects/kinfit +URL: http://cran.r-project.org, http://kinfit.r-forge.r-project.org |