diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-18 16:58:44 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-18 16:58:44 +0200 |
commit | d337a9665d9261d18734d81edc8fe4b569635e71 (patch) | |
tree | 794ca4b3df97b083e7c05678abac785a575ed808 /man/synthetic_data_for_UBA.Rd | |
parent | 4cc0da3b67ec78534271eaef23ff2b13abfb86d9 (diff) |
Make checking faster, testing is done by tests
Diffstat (limited to 'man/synthetic_data_for_UBA.Rd')
-rw-r--r-- | man/synthetic_data_for_UBA.Rd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/synthetic_data_for_UBA.Rd b/man/synthetic_data_for_UBA.Rd index 5d924afd..468e3731 100644 --- a/man/synthetic_data_for_UBA.Rd +++ b/man/synthetic_data_for_UBA.Rd @@ -41,6 +41,7 @@ measurement error in analytical chemistry. Technometrics 37(2), 176-184.
}
\examples{
+\dontrun{
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")
@@ -62,4 +63,5 @@ m_synth_DFOP_par <- mkinmod(parent = list(type = "DFOP", to = c("M1", "M2"), mkinfit(m_synth_SFO_lin, synthetic_data_for_UBA_2014[[1]]$data)
}
+}
\keyword{datasets}
|