From ac183c732317cf6ede26a2ee127604a407f0a6b3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 4 Feb 2021 11:24:22 +0100 Subject: Documentation improvements, mainly fixing example code The errors in the example code were in the \dontrun sections, so they were not caught by CRAN checks. In addition, the static help files generated with pkgdown were cached, so I noticed the errors only after completely regenerating the documentation for version 1.0.0. --- docs/reference/mmkin.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'docs/reference/mmkin.html') diff --git a/docs/reference/mmkin.html b/docs/reference/mmkin.html index 20134030..77f815da 100644 --- a/docs/reference/mmkin.html +++ b/docs/reference/mmkin.html @@ -158,7 +158,10 @@ datasets specified in its first two arguments.

cores = parallel::detectCores(), cluster = NULL, ... -) +) + +# S3 method for mmkin +print(x, ...)

Arguments

@@ -189,7 +192,11 @@ for parallel execution.

- + + + + +
...

Further arguments that will be passed to mkinfit.

Not used.

x

An mmkin object.

@@ -227,9 +234,9 @@ plotting.

time_default
#> user system elapsed -#> 4.869 0.357 1.415
time_1 +#> 4.634 0.317 1.280
time_1
#> user system elapsed -#> 5.502 0.002 5.507
+#> 5.249 0.016 5.267
endpoints(fits.0[["SFO_lin", 2]])
#> $ff #> parent_M1 parent_sink M1_M2 M1_sink -- cgit v1.2.1