tests/testthat/test-NSR.R

context("nsr main")


test_that("example works", {
  # skip_if_offline(host = "r-project.org")

  vcr::use_cassette("nsr_example", {
    
    results <- NSR(occurrence_dataframe = nsr_testfile,
                   url=url,
                   skip_internet_check = TRUE)
    
  })


  # test below assume a data dictionary and will be skipped if one isn't returned
  skip_if_not(class(results) == "data.frame")
  expect_equal(object = nrow(results), expected = nrow(nsr_testfile))
})

Try the NSR package in your browser

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

NSR documentation built on Oct. 17, 2024, 1:07 a.m.