diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-12 17:41:38 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-12 19:27:15 +0100 | 
| commit | ba0ffaa9579322d0dca4973b4750432fccd3e83b (patch) | |
| tree | 68f45ce4b3a98224e7cd879edb272a002ed91f03 /DESCRIPTION | |
| parent | 49ebe44092d2033f548c901ea406619713583103 (diff) | |
Adapt to mkin 1.0.x, rebuild docsv.0.6.11
Diffstat (limited to 'DESCRIPTION')
| -rw-r--r-- | DESCRIPTION | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 9316135..c039c67 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.10 -Date: 2019-07-08 +Version: 0.6.11 +Date: 2021-02-21  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: mkin (>= 0.9.49.6), gWidgetsWWW2 (>= 0.4-7) +Depends: R (>= 3.5.0), mkin (>= 1.0.1), gWidgetsWWW2 (>= 0.4-7)  Imports: R6, markdown, plyr, devEMF  Suggests: knitr, rmarkdown  License: GPL @@ -20,4 +20,4 @@ Encoding: UTF-8  VignetteBuilder: knitr  BugReports: http://github.com/jranke/gmkin/issues  URL: http://pkgdown.jrwb.de/gmkin -RoxygenNote: 6.1.1 +RoxygenNote: 7.1.1  | 
