Skip to content

Commit 2b7d5d5

Browse files
committed
Add library(qtl2) in a couple of local tests
1 parent 98fc916 commit 2b7d5d5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

tests/testthat/test-cross2_do_to_genail8.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ context("cross2_do_to_genail")
33
test_that("cross2_do_to_genail works", {
44
if(isnt_karl()) skip("this test only run locally")
55

6+
library(qtl2)
7+
68
file <- paste0("https://raw.githubusercontent.com/rqtl/",
79
"qtl2data/master/DOex/DOex.zip")
810
DOex <- read_cross2(file)

tests/testthat/test-probs_doqtl_to_qtl2.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ test_that("probs_doqtl_to_qtl2 works", {
3535
test_that("probs convert between DOQTL and R/qtl2", {
3636
if(isnt_karl()) skip("this test only run locally")
3737

38+
library(qtl2)
39+
3840
file <- paste0("https://raw.githubusercontent.com/rqtl/",
3941
"qtl2data/master/DOex/DOex.zip")
4042
DOex <- read_cross2(file)

0 commit comments

Comments
 (0)