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

generates informative warnings

Code
  tag <- roxy_test_tag()
  find_topic_filename("11papaya", "foo", tag)
Condition
  Warning:
  [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)
Condition
  Warning:
  [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 Dec. 9, 2022, 1:09 a.m.