tests/testthat/test_gdal.R

context("sf: gdal tests")


test_that("gdal can be loaded, unloaded, and loaded", {
  expect_silent({
  sf:::.onLoad()
  sf:::.onUnload()
  sf:::.onLoad()
  }
  )
})
mdsumner/gv documentation built on May 22, 2019, 4:44 p.m.