aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_parent_only.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-09-14 21:02:46 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-09-14 21:02:46 +0200
commit587662437bce06ea202551048226b86cff0db187 (patch)
tree01cac9a26ad1d51ba19fe5bcfa15754d46e7bde8 /tests/testthat/test_parent_only.R
parent851f146e866817e48a7becf25b7d76f0ad45f1fe (diff)
Skip more tests on CRANv0.9.47.5
Static documentation rebuilt by pkgdown
Diffstat (limited to 'tests/testthat/test_parent_only.R')
-rw-r--r--tests/testthat/test_parent_only.R3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testthat/test_parent_only.R b/tests/testthat/test_parent_only.R
index ee0cc144..7521e145 100644
--- a/tests/testthat/test_parent_only.R
+++ b/tests/testthat/test_parent_only.R
@@ -165,6 +165,7 @@ test_that("Fits for FOCUS C deviate less than 0.1% from median of values from FO
})
test_that("SFO fits give approximately (0.001%) equal results with different solution methods", {
+ skip_on_cran()
fit.A.SFO.default <- mkinfit("SFO", FOCUS_2006_A, quiet = TRUE)$bparms.optim
fits.A.SFO <- list()
@@ -179,6 +180,7 @@ test_that("SFO fits give approximately (0.001%) equal results with different sol
})
test_that("FOMC fits give approximately (0.001%) equal results with different solution methods", {
+ skip_on_cran()
fit.C.FOMC.default <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE)$bparms.optim
fits.C.FOMC <- list()
@@ -191,6 +193,7 @@ test_that("FOMC fits give approximately (0.001%) equal results with different so
})
test_that("DFOP fits give approximately (0.001%) equal results with different solution methods", {
+ skip_on_cran()
fit.C.DFOP.default <- mkinfit("DFOP", FOCUS_2006_C, quiet = TRUE)$bparms.optim
fits.C.DFOP <- list()

Contact - Imprint