tests/testthat/test-spoils.R

test_that("spoils with no arguments returns a list of simple
          features data frames", {
  expect_type(spoils(), "list")
  expect_s3_class(spoils()[[1]], c("sf","data.frame"), exact = TRUE)

})

test_that("spoils properyl converts points in tiles that are on the
          dateline ",{

          })
adam-gruer/victor documentation built on Nov. 10, 2019, 6:20 p.m.