diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-14 18:24:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-14 18:25:17 +0200 |
commit | 851f146e866817e48a7becf25b7d76f0ad45f1fe (patch) | |
tree | 63231a03f2bc011cf33415e90a4fe579f1be7519 /tests/testthat/test_parent_only.R | |
parent | b2cbfc35e4c2b3f8dbb2e9d83ab1f4b358427896 (diff) |
Skip some more tests on CRAN
Static documentation rebuilt by pkgdown
Diffstat (limited to 'tests/testthat/test_parent_only.R')
-rw-r--r-- | tests/testthat/test_parent_only.R | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testthat/test_parent_only.R b/tests/testthat/test_parent_only.R index 9a3844cf..ee0cc144 100644 --- a/tests/testthat/test_parent_only.R +++ b/tests/testthat/test_parent_only.R @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Johannes Ranke +# Copyright (C) 2015,2018 Johannes Ranke # Contact: jranke@uni-bremen.de # This file is part of the R package mkin @@ -89,6 +89,7 @@ test_that("Fits for FOCUS A deviate less than 0.1% from median of values from FO }) test_that("Fits for FOCUS B deviate less than 0.1% from median of values from FOCUS report", { + skip_on_cran() fit.B.SFO <- list(mkinfit("SFO", FOCUS_2006_B, quiet = TRUE)) median.B.SFO <- as.numeric(lapply(subset(FOCUS_2006_SFO_ref_A_to_F, @@ -202,6 +203,7 @@ test_that("DFOP fits give approximately (0.001%) equal results with different so }) test_that("SFORB fits give approximately (0.002%) equal results with different solution methods", { + skip_on_cran() fit.B.SFORB.default <- mkinfit(SFORB, FOCUS_2006_B, quiet=TRUE)$bparms.optim fits.B.SFORB <- list() |