tests/testthat/_snaps/utils.md

write_if_different produces informative messages

Code
  write_if_different(path, "a <- 2")
Message
  Writing 'test.R'
Output
  [1] TRUE
Code
  write_if_different(path, "a <- 2")
Message
  x Skipping 'test.R'
  i It already exists and was not generated by roxygen2.
Output
  [1] FALSE
Code
  write_if_different(path, "a <- 2")
Message
  x Skipping '+.R'
  i Invalid file name
Output
  [1] FALSE

write_if_different produces correct command hyperlink

Code
  write_if_different(path, "a <- 2", command = "rlang::inform('hi')")
Message
  Writing ']8;;x-r-run:rlang::inform('hi')test.R]8;;'
Output
  [1] TRUE


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.