From f0ef23a7598e5d19648ae4edc2b74e0fba27a41c Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Wed, 3 Feb 2021 16:41:31 +0100
Subject: Prepare for v1.0.0
- Improve authorship and copyright information
- Prepare pkgdown config
- Remove dependence on saemix as we need the development version which
is not ready for CRAN
- Temporarily remove saemix interface to check code coverage of the rest
---
docs/reference/mkinds.html | 30 +++++++++++++++++++++++-------
1 file changed, 23 insertions(+), 7 deletions(-)
(limited to 'docs/reference/mkinds.html')
diff --git a/docs/reference/mkinds.html b/docs/reference/mkinds.html
index 1fa1bca5..543ea68d 100644
--- a/docs/reference/mkinds.html
+++ b/docs/reference/mkinds.html
@@ -75,7 +75,7 @@ provided by this package come as mkinds objects nevertheless." />
mkin
- 0.9.50.3
+ 1.0.0
@@ -124,7 +124,7 @@ provided by this package come as mkinds objects nevertheless." />
-
-
+
@@ -153,11 +153,26 @@ such as the on contained in the data field of mkinds objects. Some datasets
provided by this package come as mkinds objects nevertheless.
+ # S3 method for mkinds
+print(x, data = FALSE, ...)
+
+ Arguments
+
+
+
+ x |
+ An mkinds object. |
+
+
+ data |
+ Should the data be printed? |
+
+
+ ... |
+ Not used. |
+
+
-
- See also
-
-
Public fields
@@ -221,7 +236,8 @@ and value in order to be compatible with mkinfit
print(mds)
#> <mkinds> with $title: FOCUS A
#> Observed compounds $observed: parent
-#> Sampling times $sampling_times: 0, 3, 7, 14, 30, 62, 90, 118
+#> Sampling times $sampling_times:
+#> 0, 3, 7, 14, 30, 62, 90, 118
#> With a maximum of 1 replicates
--
cgit v1.2.1