tests/testthat/test-check_installed_pkgs.R

test_that("Test installed packages", {
  skip_on_cran()
  aud = audit_installed_r_pkgs()
  expect_true(nrow(aud) > 50)
  expect_equal(ncol(aud), 8)
})

Try the oysteR package in your browser

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

oysteR documentation built on Jan. 11, 2021, 1:36 a.m.