tests/testthat/_snaps/caution.md

caution_bullets() creates bulleted list with optional postamble

Code
  caution_bullets("preamble", letters[1:3])
Output
  preamble
  - a
  - b
  - c

Code
  caution_bullets("preamble", letters[1:3], postamble = "after")
Output
  preamble
  - a
  - b
  - c
  after


Try the renv package in your browser

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

renv documentation built on Sept. 19, 2023, 9:06 a.m.