From 3cddc58e6fcdd5341b354dc5b5f784ec8190f62b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 14 Mar 2022 15:41:56 +0100 Subject: Reduce check time for CRAN, release --- docs/reference/summary.nlme.mmkin.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'docs/reference/summary.nlme.mmkin.html') diff --git a/docs/reference/summary.nlme.mmkin.html b/docs/reference/summary.nlme.mmkin.html index d2ed2a86..3f98bec7 100644 --- a/docs/reference/summary.nlme.mmkin.html +++ b/docs/reference/summary.nlme.mmkin.html @@ -96,7 +96,7 @@ endpoints such as formation fractions and DT50 values. Optionally
# S3 method for nlme.mmkin
-summary(
+summary(
   object,
   data = FALSE,
   verbose = FALSE,
@@ -193,16 +193,20 @@ José Pinheiro and Douglas Bates for the components inherited from nlme

n = 1)[[1]] }) +# \dontrun{ # Evaluate using mmkin and nlme library(nlme) f_mmkin <- mmkin("SFO", ds_sfo_syn, quiet = TRUE, error_model = "tc", cores = 1) +#> Warning: Optimisation did not converge: +#> iteration limit reached without convergence (10) f_nlme <- nlme(f_mmkin) -summary(f_nlme, data = TRUE) +#> Warning: Iteration 4, LME step: nlminb() did not converge (code = 1). PORT message: false convergence (8) +summary(f_nlme, data = TRUE) #> nlme version used for fitting: 3.1.155 #> mkin version used for pre-fitting: 1.1.0 -#> R version used for fitting: 4.1.2 -#> Date of fit: Mon Mar 7 13:15:33 2022 -#> Date of summary: Mon Mar 7 13:15:33 2022 +#> R version used for fitting: 4.1.3 +#> Date of fit: Mon Mar 14 08:58:29 2022 +#> Date of summary: Mon Mar 14 08:58:29 2022 #> #> Equations: #> d_parent/dt = - k_parent * parent @@ -212,7 +216,7 @@ José Pinheiro and Douglas Bates for the components inherited from nlme

#> #> Model predictions using solution type analytical #> -#> Fitted in 0.528 s using 4 iterations +#> Fitted in 0.527 s using 4 iterations #> #> Variance model: Two-component variance function #> @@ -352,6 +356,7 @@ José Pinheiro and Douglas Bates for the components inherited from nlme

#> ds 5 parent 90 20.8 22.692 -1.89165 1.7926 -1.055273 #> ds 5 parent 120 13.4 13.768 -0.36790 1.0876 -0.338259 #> ds 5 parent 120 13.8 13.768 0.03210 1.0876 0.029517 +# }
-- cgit v1.2.1