From e959fde98f95f3595e01490b67892678bbcd1b27 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 7 May 2014 14:47:28 +0200 Subject: Fork the gmkin GUI from mkin. See ChangeLog for details --- DESCRIPTION | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index 594d68c..2631194 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,29 +1,18 @@ -Package: mkin +Package: gmkin Type: Package -Title: Routines for fitting kinetic models with one or more state - variables to chemical degradation data -Version: 0.9-26 -Date: 2014-05-02 +Title: GUI for fitting kinetic models to chemical degradation data with mkin +Version: 0.5-1 +Date: 2014-05-07 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de"), - person("Katrin", "Lindenberger", role = "ctb"), - person("René", "Lehmann", role = "ctb"), person("Eurofins Regulatory AG", role = "cph")) -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. - An experimental graphical user interface is included which is based - on the gWidgetsWWW2 package on GitHub (http://github.com/jverzani/gWidgetsWWW2/) -Depends: minpack.lm, rootSolve -Imports: FME, deSolve -Suggests: knitr, RUnit, gWidgetsWWW2 +Description: This package contains a browser based graphical user interface + for R package mkin, based on the gWidgetsWWW2 package on GitHub + (http://github.com/jverzani/gWidgetsWWW2/) +Depends: mkin (>= 0.9-26), gWidgetsWWW2 License: GPL LazyLoad: yes LazyData: yes Encoding: UTF-8 -VignetteBuilder: knitr -BugReports: http://github.com/jranke/mkin/issues -URL: http://cran.r-project.org/package=mkin, http://kinfit.r-forge.r-project.org, http://github.com/jranke/mkin +BugReports: http://github.com/jranke/gmkin/issues +URL: http://github.com/jranke/gmkin -- cgit v1.2.1