aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-03-25 09:58:16 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-03-25 10:00:13 +0100
commitae5e2bf30393a1a97dcc2da4f8e8fd7be7028117 (patch)
tree6c038ac3a0dc79ef4b4271d4dfa49897404aeeab
parent3ea655cdbefcf2056da456b7debc68ba7b535f55 (diff)
Remove outdated reference to the inline package
-rw-r--r--DESCRIPTION4
-rw-r--r--NEWS.md6
-rw-r--r--vignettes/compiled_models.Rmd3
3 files changed, 9 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 9d8673ef..6d98cd32 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -2,8 +2,8 @@ Package: mkin
Type: Package
Title: Routines for Fitting Kinetic Models with One or More State
Variables to Chemical Degradation Data
-Version: 0.9.42
-Date: 2016-03-24
+Version: 0.9.42.9000
+Date: 2016-03-25
Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"),
email = "jranke@uni-bremen.de"),
person("Katrin", "Lindenberger", role = "ctb"),
diff --git a/NEWS.md b/NEWS.md
index 2bddcd7b..c40aba39 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,11 @@
# NEWS for package 'mkin'
+## mkin 0.9.42-9000
+
+### Minor changes
+
+- Remove an outdated reference to the inline package in the compiled_models vignette
+
## mkin 0.9.42
### Major changes
diff --git a/vignettes/compiled_models.Rmd b/vignettes/compiled_models.Rmd
index c668c5fd..97ef081e 100644
--- a/vignettes/compiled_models.Rmd
+++ b/vignettes/compiled_models.Rmd
@@ -95,8 +95,7 @@ autoplot(mb.2)
Here we get a performance benefit of a factor of
`r round(smb.2[1, "median"]/smb.2[2, "median"], 1)`
-using the version of the differential equation model compiled from C code using
-the inline package!
+using the version of the differential equation model compiled from C code!
This vignette was built with mkin `r packageVersion("mkin")` on

Contact - Imprint