diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-13 07:25:35 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-13 07:25:35 +0100 |
commit | c621d65c68302353ef4a51928e4ad8c3ddc11f94 (patch) | |
tree | 19ce61e77f1123318a5609ac37cf6027eb763fcb /DESCRIPTION | |
parent | ba0ffaa9579322d0dca4973b4750432fccd3e83b (diff) |
Depend on mkin (>= 1.0.2) to preserve model names in fits
Some comments and small rearrangements in the GUI code that I introduced
as I started to review it.
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index c039c67..6986b69 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: gmkin Type: Package Title: Graphical User Interface for Fitting Kinetic Models to Chemical Degradation Data -Version: 0.6.11 -Date: 2021-02-21 +Version: 0.6.12 +Date: 2021-02-13 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de"), person("Stefan", "Meinecke", role = "ctb"), @@ -10,7 +10,7 @@ Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), Description: Browser based graphical user interface for R package mkin, based on the gWidgetsWWW2 package. Both gmkin and gWidgetsWWW2 are developed on GitHub, but are also available from the R-Forge repository. -Depends: R (>= 3.5.0), mkin (>= 1.0.1), gWidgetsWWW2 (>= 0.4-7) +Depends: R (>= 3.5.0), mkin (>= 1.0.2), gWidgetsWWW2 (>= 0.4-7) Imports: R6, markdown, plyr, devEMF Suggests: knitr, rmarkdown License: GPL |