tests/testthat/_snaps/rd-find-link-files.md

generates informative warnings

Code
  tag <- roxy_test_tag()
  find_topic_filename("11papaya", "foo", tag)
Message
  x test.R:1: @test refers to unavailable topic 11papaya::foo.
  Caused by error in `find.package()`:
  ! there is no package called '11papaya'
Output
  [1] "foo"
Code
  find_topic_filename("stringr", "foofofofoo", tag)
Message
  x test.R:1: @test refers to unavailable topic stringr::foofofofoo.
Output
  [1] "foofofofoo"


Try the roxygen2 package in your browser

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

roxygen2 documentation built on June 28, 2024, 9:11 a.m.