From 4f62f39b8979cb3a5c52d65d425e530dc0770665 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 16 Feb 2025 17:27:18 +0100 Subject: Fix solution type "deSolve" for a special case The special case occurs if not observed data for time zero are available. Fixes #16. Write NEWS and update docs. A lot of html was regenerated, because I had checked out the main branch in between, which made pkgdown believe that I have changed the help files. --- docs/dev/news/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/dev/news/index.html') diff --git a/docs/dev/news/index.html b/docs/dev/news/index.html index 5e420fb4..cf423c0c 100644 --- a/docs/dev/news/index.html +++ b/docs/dev/news/index.html @@ -60,15 +60,22 @@
-

mkin 1.2.9.9000 (unreleased)

+

mkin 1.2.10 (unreleased)

+
+

Bug fixes

+
  • ‘R/mkinpredict.R’: Predictions and fits using solution type “deSolve” were previously incorrect in case there are no observed data for time zero (GitHub issue #16).
  • +

mkin 1.2.9 (2024-02-13)

+
+

New features

  • ‘R/plot.mixed.R’: Support more than 25 datasets

  • ‘R/mkinfit.R’: Support passing the observed data as a ‘tibble’

  • ‘R/parplot.R’: Support multistart objects with covariate models and filter negative values of scaled parameters (with a warning) for plotting.

  • ’R/create_deg_func.R: Make sure that no reversible reactions are specified in the case of two observed variables, as this is not supported

+

mkin 1.2.8 (unreleased)