diff options
Diffstat (limited to 'tests/testthat/test_dmta.R')
| -rw-r--r-- | tests/testthat/test_dmta.R | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/testthat/test_dmta.R b/tests/testthat/test_dmta.R index 825c6e80..cd6de341 100644 --- a/tests/testthat/test_dmta.R +++ b/tests/testthat/test_dmta.R @@ -1,16 +1,5 @@  context("Dimethenamid data from 2018") -# Data -dmta_ds <- lapply(1:7, function(i) { -  ds_i <- dimethenamid_2018$ds[[i]]$data -  ds_i[ds_i$name == "DMTAP", "name"] <-  "DMTA" -  ds_i$time <- ds_i$time * dimethenamid_2018$f_time_norm[i] -  ds_i -}) -names(dmta_ds) <- sapply(dimethenamid_2018$ds, function(ds) ds$title) -dmta_ds[["Elliot"]] <- rbind(dmta_ds[["Elliot 1"]], dmta_ds[["Elliot 2"]]) -dmta_ds[["Elliot 1"]] <- dmta_ds[["Elliot 2"]] <- NULL -  test_that("Different backends get consistent results for DFOP tc, dimethenamid data", {    skip_on_cran() # Time constraints  | 
