From c4a35c0e141a4bb05ba508914bebdc2884109e76 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 14 Sep 2018 11:38:43 +0200 Subject: Exclude more example code from CRAN checks to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE --- docs/reference/synthetic_data_for_UBA.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/reference/synthetic_data_for_UBA.html') diff --git a/docs/reference/synthetic_data_for_UBA.html b/docs/reference/synthetic_data_for_UBA.html index dd44a450..25cfc012 100644 --- a/docs/reference/synthetic_data_for_UBA.html +++ b/docs/reference/synthetic_data_for_UBA.html @@ -76,7 +76,7 @@ Compare also the code in the example section to see the degradation models." /> mkin - 0.9.47.3 + 0.9.47.4 @@ -176,8 +176,7 @@ Compare also the code in the example section to see the degradation models." />

Examples

-
# NOT RUN {
-# The data have been generated using the following kinetic models
+    
# The data have been generated using the following kinetic models m_synth_SFO_lin <- mkinmod(parent = list(type = "SFO", to = "M1"), M1 = list(type = "SFO", to = "M2"), M2 = list(type = "SFO"), use_of_ff = "max") @@ -275,8 +274,10 @@ fit <- mkinfit(m_synth_SFO_lin, synthetic_data_for_UBA_2014[[1]]$data, quiet = TRUE) plot_sep(fit) summary(fit) -# } -
+
#> Error: <text>:67:43: Unerwartete(s) SPECIAL +#> 66: +#> 67: d_rep[d_rep$time == 0 & d_rep$name <!-- %in% +#> ^