dwww Home | Show directory contents | Find package

---
output:
  reprex::reprex_document:
    venue: "gh"
    advertise: TRUE
    session_info: TRUE
    std_out_err: TRUE
knit: reprex::reprex_render
---

Used in a test to make sure we don't add the reprex advertisement and stubs for session info and standard output/error to a source `.Rmd` document.
Potentially over and over again.

```{r}
x <- rnorm(10)
quantile(x)
```

Generated by dwww version 1.15 on Mon Jul 1 22:55:45 CEST 2024.