diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-06 20:34:52 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-06 20:38:29 +0100 |
commit | f99bdd8697c3bfbd432a320774a4692fd0e1241a (patch) | |
tree | f2f03f30d3fa3f25780f21611ec407b7a90ad2eb /man/D24_2014.Rd | |
parent | d28ce9f8ad6f9573e403ebd8eb637ecd5e5b0e02 (diff) |
Make saemix and corresponding tests optional
Address release critical check and test issues
Diffstat (limited to 'man/D24_2014.Rd')
-rw-r--r-- | man/D24_2014.Rd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/D24_2014.Rd b/man/D24_2014.Rd index 8d0e632c..1afa9596 100644 --- a/man/D24_2014.Rd +++ b/man/D24_2014.Rd @@ -36,6 +36,7 @@ specific pieces of information in the comments. } \examples{ print(D24_2014) +\dontrun{ print(D24_2014$ds[[1]], data = TRUE) m_D24 = mkinmod(D24 = mkinsub("SFO", to = "DCP"), DCP = mkinsub("SFO", to = "DCA"), @@ -46,4 +47,5 @@ m_D24_2 = mkinmod(D24 = mkinsub("DFOP", to = "DCP"), DCA = mkinsub("SFO")) print(m_D24_2) } +} \keyword{datasets} |