Skip to content

Commit 848f49e

Browse files
committed
r/tests/testthat/: Remove unused files.
1 parent a734373 commit 848f49e

File tree

8 files changed

+11
-1325
lines changed

8 files changed

+11
-1325
lines changed

r/tests/testthat/ALG_1_dat-eaf.rds

-290 KB
Binary file not shown.
-158 KB
Binary file not shown.
-793 Bytes
Binary file not shown.

r/tests/testthat/duplicated3.inp

Lines changed: 0 additions & 306 deletions
This file was deleted.
-58 KB
Binary file not shown.

r/tests/testthat/lin.S.txt

Lines changed: 0 additions & 504 deletions
This file was deleted.

r/tests/testthat/sph.S.txt

Lines changed: 0 additions & 504 deletions
This file was deleted.

r/tests/testthat/test-eafdiffplot.R

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ source("helper-common.R")
33
expect_snapshot_eafdiffplot <- function(file, ...)
44
expect_snapshot_plot(file, scale = c(2,1), eafdiffplot(...))
55

6-
test_that("eafdiffplot", {
7-
skip_on_cran()
8-
## FIXME: Add main=invokation
9-
## FIXME: We need smaller data!
106
eaftest <- function(a, b, maximise = c(FALSE, FALSE)) {
117
A1 <- read_extdata(a)
128
A2 <- read_extdata(b)
@@ -24,11 +20,15 @@ eaftest <- function(a, b, maximise = c(FALSE, FALSE)) {
2420
A1, A2, full.eaf = TRUE, maximise = maximise, title_left = title_left, title_right = title_right)
2521
}
2622

27-
eaftest("wrots_l10w100_dat", "wrots_l100w10_dat")
28-
eaftest("tpls.xz", "rest.xz")
29-
eaftest("ALG_1_dat.xz", "ALG_2_dat.xz")
30-
eaftest("wrots_l10w100_dat", "wrots_l100w10_dat")
31-
eaftest("wrots_l10w100_dat", "wrots_l100w10_dat", maximise = c(TRUE, FALSE))
32-
eaftest("wrots_l10w100_dat", "wrots_l100w10_dat", maximise = c(FALSE, TRUE))
33-
eaftest("wrots_l10w100_dat", "wrots_l100w10_dat", maximise = c(TRUE, TRUE))
23+
24+
test_that("eafdiffplot", {
25+
skip_on_cran()
26+
## FIXME: We need smaller data!
27+
eaftest("wrots_l10w100_dat", "wrots_l100w10_dat")
28+
eaftest("tpls.xz", "rest.xz")
29+
eaftest("ALG_1_dat.xz", "ALG_2_dat.xz")
30+
eaftest("wrots_l10w100_dat", "wrots_l100w10_dat")
31+
eaftest("wrots_l10w100_dat", "wrots_l100w10_dat", maximise = c(TRUE, FALSE))
32+
eaftest("wrots_l10w100_dat", "wrots_l100w10_dat", maximise = c(FALSE, TRUE))
33+
eaftest("wrots_l10w100_dat", "wrots_l100w10_dat", maximise = c(TRUE, TRUE))
3434
})

0 commit comments

Comments
 (0)