aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-11-09 16:37:50 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-11-09 16:37:50 +0100
commit80f5aabec183c8d4753c71aacfc3b4dbe9acd3e7 (patch)
tree01a7f5f9d0ddf4c78fc1a812c066402d9d21bf28
parent035b77020a8308b6a3c33149257c1b9e7f436ec6 (diff)
Prepare for a release
-rw-r--r--DESCRIPTION6
-rw-r--r--NEWS.md6
2 files changed, 7 insertions, 5 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 950f686..fb72943 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,15 +1,15 @@
Package: gmkin
Type: Package
Title: Graphical User Interface for Fitting Kinetic Models to Chemical Degradation Data
-Version: 0.6-00.9000
-Date: 2015-10-29
+Version: 0.6-01
+Date: 2015-11-09
Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"),
email = "jranke@uni-bremen.de"),
person("Eurofins Regulatory AG", role = "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-40), gWidgetsWWW2 (>= 0.4-6)
+Depends: mkin (> 0.9-40), gWidgetsWWW2 (>= 0.4-7)
Imports: R6, markdown, plyr
Suggests: knitr, rmarkdown
License: GPL
diff --git a/NEWS.md b/NEWS.md
index cc2b793..c588b27 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
# NEWS for package 'gmkin'
-## gmkin 0.6-0.9000
+## gmkin 0.6-1
- Completely rewritten user interface with a three column layout
@@ -8,9 +8,11 @@
- Tabbed viewing area on the right, with workflow graph, data editor, the manual and changes in gmkin (this file)
+- Introduction of a workspace object as an R6 class 'gmkinws'
+
- Simplify model specification by using a combobox with multiple selection for specifiying target variables (metabolites, target compartments)
-- Introduction of a workspace object as an R6 class
+- Introduce a model gallery (loaded when the tab is selected the first time, as it loads slowly)
## gmkin 0.5-10 (2015-05-08)

Contact - Imprint