tests/testthat/_snaps/rprofile.md

local .Rprofile reporting responds to venue

Code
  rprofile_alert("gh")
Output
  [1] "```{r, results = 'asis', echo = FALSE, include = file.exists('.Rprofile'), eval = file.exists('.Rprofile')}"
  [2] "cat(sprintf(\"*Local `.Rprofile` detected at `%s`*\", normalizePath(\".Rprofile\")))"                       
  [3] "```"
Code
  rprofile_alert("r")
Output
  [1] "```{r, results = 'asis', echo = FALSE, include = file.exists('.Rprofile'), eval = file.exists('.Rprofile')}"
  [2] "cat(sprintf(\"Local .Rprofile detected at %s\", normalizePath(\".Rprofile\")))"                             
  [3] "```"


jennybc/reprex documentation built on Jan. 12, 2024, 9:33 p.m.