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)
})

Try the rif package in your browser

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

rif documentation built on May 2, 2019, 5:54 a.m.