From cf54ccca37d27480dbf8d59eb027300518f7ad75 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Fri, 19 May 2023 17:08:43 +0200
Subject: Prepare release of v1.2.4
- Update DESCRIPTION
- Update Makefile to document how to use R-patched
- Remove markup from two URLs to avoid CRAN NOTE
- Switch two vignettes from html_document to html_vignette to save space
in the docs directory, also avoiding a CRAN NOTE
- Complete rebuild of pkgdown docs for release
---
docs/reference/mkinpredict.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'docs/reference/mkinpredict.html')
diff --git a/docs/reference/mkinpredict.html b/docs/reference/mkinpredict.html
index 20ace74a..5e016527 100644
--- a/docs/reference/mkinpredict.html
+++ b/docs/reference/mkinpredict.html
@@ -19,7 +19,7 @@ kinetic parameters and initial values for the state variables.">
mkin
- 1.2.3
+ 1.2.4
@@ -395,10 +395,10 @@ as these always return mapped output.
solution_type = "analytical", use_compiled = FALSE)[201,])
}
#> test relative elapsed
-#> 2 deSolve_compiled 1 0.002
-#> 4 analytical 1 0.002
-#> 1 eigen 4 0.008
-#> 3 deSolve 30 0.060
+#> 2 deSolve_compiled 1.0 0.002
+#> 4 analytical 1.0 0.002
+#> 1 eigen 3.5 0.007
+#> 3 deSolve 29.0 0.058
# \dontrun{
# Predict from a fitted model
--
cgit v1.2.1