Skip to content

Commit

Permalink
Merge pull request #13 from bradfordcondon/fix_build
Browse files Browse the repository at this point in the history
add dplyr to tests
  • Loading branch information
bradfordcondon authored Mar 7, 2018
2 parents 4a35c6f + bb88dba commit 455b71b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
library(testthat)
library(WGPAN)
library('dplyr')

test_check("WGPAN")

Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test_drop_tips.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
library("ape")
library('dplyr')

test_that("Tips dropped from reference tree", {
start_length <- 10
x <- rmtree(2, start_length)
Expand Down

0 comments on commit 455b71b

Please sign in to comment.