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")
}

Try the USAboundaries package in your browser

Any scripts or data that you put into this service are public.

USAboundaries documentation built on Oct. 12, 2021, 5:07 p.m.