tests/testthat/test-literature_retractions.R

context("literature_retractions")

test_that("literature_retractions", {
	skip_on_cran()

  tt <- literature_retractions()

  expect_is(tt, "character")
  expect_gt(length(tt), 4000)
})
ropensci/rif documentation built on May 18, 2022, 6:40 p.m.