diff options
-rw-r--r-- | DESCRIPTION | 4 | ||||
-rw-r--r-- | NEWS.md | 6 | ||||
-rw-r--r-- | vignettes/compiled_models.Rmd | 3 |
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"), @@ -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
|