tests/testthat/test-utils-rd.R

test_that("has_topic() works as you'd expect", {
  expect_equal(has_topic("abbreviate", "base"), TRUE)
  expect_equal(has_topic("abbreviateXXXX", "base"), FALSE)

  expect_equal(has_topic("foo", "PACKAGEDOESNOTEXIST"), FALSE)
})

Try the roxygen2 package in your browser

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

roxygen2 documentation built on Dec. 9, 2022, 1:09 a.m.