tests/testthat/test-polar.R

test_that("load polar data", {
 expect_no_warning(data(polar))
})
#> Test passed
#> 
test_that("wrong name", {
  expect_warning(data(Polar))
})
#> Test passed

Try the good package in your browser

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

good documentation built on May 29, 2024, 11:50 a.m.