From e54e6145c2028fda229cbc37912b38ad32d0a876 Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 2 Jul 2015 14:39:06 +0000 Subject: Adapt DESCRIPTION to current CRAN policy git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/kinfit@268 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- DESCRIPTION | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5852961..4f51079 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,19 +1,21 @@ Package: kinfit Type: Package -Title: Routines for fitting kinetic models to chemical degradation data +Title: Routines for Fitting Kinetic Models to Chemical Degradation Data Version: 1.1.14 Date: 2015-07-02 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de"), person("Katrin", "Lindenberger", role = "ctb")) -Description: 'kinfit' provides simple calculation routines based on the FOCUS - Kinetics Report (2006). Only kinetic models for parent only datasets are - included (no metabolite formation/decline or multicompartment kinetics). - Please note that no warranty is implied for correctness of results or - fitness for a particular purpose. - This package is maintained, but not actively developed at the moment. Please - check the mkin package for an actively developed package for kinetic - evaluations of degradation data. +Description: + The FOCUS Kinetics Report first published in 2006 describes mathematical + models and recommends statistical methods for the evaluation of + chemical degradation data. This package implements fitting the kinetic + models suitable for observations of the decline of a single chemical + compound (no metabolite formation/decline or multicompartment kinetics). + Please note that no warranty is implied for correctness of results or + fitness for a particular purpose. 'kinfit' is maintained, but not + actively developed at the moment. Please check the mkin package for an + actively developed package for kinetic evaluations of degradation data. Imports: graphics, stats, utils License: GPL LazyLoad: yes -- cgit v1.2.1