tests/testthat/test-sweep_for_forecast_towns.R

context("Sweep for forecast towns")

test_that("sweep_for_forecast_towns returns correct default", {
  DT <- sweep_for_forecast_towns()
  expect_named(DT, c("aac", "town", "lon", "lat", "elev", "distance"))
})

Try the bomrang package in your browser

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

bomrang documentation built on March 29, 2021, 5:11 p.m.