aboutsummaryrefslogtreecommitdiff
path: root/man/add_err.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-05-02 17:07:55 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-05-02 17:51:07 +0200
commita4ca3451f1b5c37d10c6a41cb18a99b1631e8aa2 (patch)
treeec29538cd4517617a1dfa1bd164d927da22e918c /man/add_err.Rd
parentce9399d08a05fffe8b003386c445f5ceab25dde5 (diff)
Prepare for CRAN release
- Skip long running tests on CRAN as well to avoid timeout on winbuilder - Don't install benchmark results in the package, they are only needed in the git repository - Don't run example in man/add_err.Rd as it takes > 10 s on winbuilder - Rebuild docs
Diffstat (limited to 'man/add_err.Rd')
-rw-r--r--man/add_err.Rd3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/add_err.Rd b/man/add_err.Rd
index 506c6fdc..00b50878 100644
--- a/man/add_err.Rd
+++ b/man/add_err.Rd
@@ -81,6 +81,7 @@ names(d_SFO_SFO_err) <- paste("Dataset", 1:3)
# Name the model in the list of models (with only one member in this case) for
# nicer plotting later on. Be quiet and use only one core not to offend CRAN
# checks
+\dontrun{
f_SFO_SFO <- mmkin(list("SFO-SFO" = m_SFO_SFO),
d_SFO_SFO_err, cores = 1,
quiet = TRUE)
@@ -95,6 +96,6 @@ plot(f_SFO_SFO[[3]], show_residuals = TRUE)
# If we use single brackets, we should give two indices (model and dataset),
# and plot.mmkin is used
plot(f_SFO_SFO[1, 3])
-
+}
}
\keyword{ manip }

Contact - Imprint