tests/testthat/test-aur_meta.R

test_that("aur_meta works", {
  skip_on_cran()
  meta <- aur_meta()
  checkmate::expect_data_frame(meta, min.rows = 1000, ncols = 2)
})

Try the aurin package in your browser

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

aurin documentation built on Feb. 1, 2022, 1:06 a.m.