diff options
| -rw-r--r-- | DESCRIPTION | 4 | ||||
| -rw-r--r-- | NEWS.md | 8 | 
2 files changed, 8 insertions, 4 deletions
| diff --git a/DESCRIPTION b/DESCRIPTION index 916d1cdc..88f4f33c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@  Package: mkin  Type: Package  Title: Kinetic Evaluation of Chemical Degradation Data -Version: 1.2.5 -Date: 2023-08-09 +Version: 1.2.6 +Date: 2023-10-13  Authors@R: c(    person("Johannes", "Ranke", role = c("aut", "cre", "cph"),      email = "johannes.ranke@jrwb.de", @@ -1,4 +1,8 @@ -# mkin 1.2.5 +# mkin 1.2.6 + +- 'inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd': Fix an erroneous call to the 'endpoints()' function + +# mkin 1.2.5 (2023-08-09)  - 'vignettes/mesotrione_parent_2023.rnw': Prebuilt vignette showing how covariate modelling can be done for all relevant parent degradation models. @@ -6,7 +10,7 @@  - R/illparms.R: Fix the detection of ill-defined slope or error model parameters for the case that the estimate is negative -# mkin 1.2.4 +# mkin 1.2.4 (2023-05-19)  - R/endpoints.R: Fix the calculation of endpoints for user specified covariate values | 
