Skip to content

Commit 6f81a38

Browse files
committed
fix test if soilDB not installed
1 parent 6c095c4 commit 6f81a38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testthat/test-parseFamily.R

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ test_that("complex or uncommon family classes", {
8585
})
8686

8787
test_that("taxa above family and incomplete family names", {
88+
89+
skip_if_not_installed("soilDB")
90+
8891
x <- data.frame(
8992
taxonname = c("Alberti", "Aquents", "Lithic Xeric Torriorthents", "Stagy Family", "Haplodurids"),
9093
taxonkind = c("series", "taxon above family", "taxon above family", "family", "taxon above family"),

0 commit comments

Comments
 (0)