aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DESCRIPTION4
-rw-r--r--NEWS.md4
-rw-r--r--vignettes/gmkin_manual.Rmd2
-rw-r--r--vignettes/gmkin_manual.html6
4 files changed, 10 insertions, 6 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 3bd0a65..db31d47 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
Package: gmkin
Type: Package
Title: GUI for Fitting Kinetic Models to Chemical Degradation Data with mkin
-Version: 0.5-5
-Date: 2014-10-11
+Version: 0.5-4
+Date: 2014-10-14
Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"),
email = "jranke@uni-bremen.de"),
person("Eurofins Regulatory AG", role = "cph"))
diff --git a/NEWS.md b/NEWS.md
index 3960fbe..b120812 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,9 @@
# CHANGES in gmkin VERSION 0.5-4
+## BUG FIXES
+
+- A heading in the manual was fixed
+
# CHANGES in gmkin VERSION 0.5-3
## NEW FEATURES
diff --git a/vignettes/gmkin_manual.Rmd b/vignettes/gmkin_manual.Rmd
index b9d8565..8dd4c54 100644
--- a/vignettes/gmkin_manual.Rmd
+++ b/vignettes/gmkin_manual.Rmd
@@ -160,7 +160,7 @@ If everything is OK, press "Keep changes" to save the dataset in the current
workspace. Note that you need to save the project file (see above) in order to
be able to use the dataset that you created in a future gmkin session.
-### Entering data directly
+### Importing data from text files
In case you want to work with a larger dataset that is already available as a computer
file e.g. in a spreadsheet application, you can export these data as a tab separated
diff --git a/vignettes/gmkin_manual.html b/vignettes/gmkin_manual.html
index 20b8d72..63ed263 100644
--- a/vignettes/gmkin_manual.html
+++ b/vignettes/gmkin_manual.html
@@ -64,7 +64,7 @@ if (window.hljs && document.readyState && document.readyState === "complete") {
<li><a href="#datasets-and-models">Datasets and Models</a></li>
<li><a href="#dataset-editor">Dataset editor</a><ul>
<li><a href="#entering-data-directly">Entering data directly</a></li>
-<li><a href="#entering-data-directly-1">Entering data directly</a></li>
+<li><a href="#importing-data-from-text-files">Importing data from text files</a></li>
</ul></li>
<li><a href="#model-editor">Model editor</a></li>
<li><a href="#plotting-and-fitting">Plotting and fitting</a><ul>
@@ -140,8 +140,8 @@ if (window.hljs && document.readyState && document.readyState === "complete") {
<p>The column with title override serves to override data points from the original datasets, without loosing the information which value was originally reported.</p>
<p>If everything is OK, press “Keep changes” to save the dataset in the current workspace. Note that you need to save the project file (see above) in order to be able to use the dataset that you created in a future gmkin session.</p>
</div>
-<div id="entering-data-directly-1" class="section level3">
-<h3>Entering data directly</h3>
+<div id="importing-data-from-text-files" class="section level3">
+<h3>Importing data from text files</h3>
<p>In case you want to work with a larger dataset that is already available as a computer file e.g. in a spreadsheet application, you can export these data as a tab separated or comma separated text file and import it using the “Browse” and “Upload” buttons in the dataset editor.</p>
<p>As an example, we can create a text file from one of the datasets shipped with the mkin package using the following R command:</p>
<pre class="r"><code>write.table(schaefer07_complex_case, sep = &quot;,&quot;, dec = &quot;.&quot;,

Contact - Imprint