tests/testthat.R

library(testthat)
library(USAboundaries)

# Only run full test suite if USAboundariesData is available. Otherwise run a
# minimal test suite which relies only on this package.
if (require(USAboundariesData)) {
  test_check("USAboundaries")
} else {
  test_check("USAboundaries", filter = "standalone")
}
ropensci/USAboundaries documentation built on Oct. 16, 2021, 9:48 a.m.