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_twa.R | |
parent | b2cbfc35e4c2b3f8dbb2e9d83ab1f4b358427896 (diff) |
Skip some more tests on CRAN
Static documentation rebuilt by pkgdown
Diffstat (limited to 'tests/testthat/test_twa.R')
-rw-r--r-- | tests/testthat/test_twa.R | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/testthat/test_twa.R b/tests/testthat/test_twa.R index 27a76ee8..d5c0b98b 100644 --- a/tests/testthat/test_twa.R +++ b/tests/testthat/test_twa.R @@ -1,4 +1,4 @@ -# Copyright (C) 2016,2017 Johannes Ranke +# Copyright (C) 2016,2017,2018 Johannes Ranke # Contact: jranke@uni-bremen.de # This file is part of the R package mkin @@ -22,10 +22,6 @@ twa_models <- c("SFO", "FOMC", "DFOP") fits <- mmkin(twa_models, list(FOCUS_D = FOCUS_2006_D), quiet = TRUE, cores = 1) -SFO_SFO <- mkinmod(parent = list(type = "SFO", to = "m1"), - m1 = list(type = "SFO"), quiet = TRUE) -fit.m1 <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE) - test_that("Time weighted average concentrations are correct", { outtimes_7 <- seq(0, 7, length.out = 10000) for (model in twa_models) { |