Skip to content

Commit

Permalink
fix test if soilDB not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Oct 1, 2024
1 parent 6c095c4 commit 6f81a38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-parseFamily.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ test_that("complex or uncommon family classes", {
})

test_that("taxa above family and incomplete family names", {

skip_if_not_installed("soilDB")

x <- data.frame(
taxonname = c("Alberti", "Aquents", "Lithic Xeric Torriorthents", "Stagy Family", "Haplodurids"),
taxonkind = c("series", "taxon above family", "taxon above family", "family", "taxon above family"),
Expand Down

0 comments on commit 6f81a38

Please sign in to comment.