Package: reprex Title: Prepare Reproducible Example Code via the Clipboard Version: 2.1.1.9000 Authors@R: c( person("Jennifer", "Bryan", , "jenny@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6983-2759")), person("Jim", "Hester", role = "aut", comment = c(ORCID = "0000-0002-2739-7082")), person("David", "Robinson", , "admiral.david@gmail.com", role = "aut"), person("Hadley", "Wickham", , "hadley@posit.co", role = "aut", comment = c(ORCID = "0000-0003-4757-117X")), person("Christophe", "Dervieux", , "cderv@posit.co", role = "aut", comment = c(ORCID = "0000-0003-4474-2498")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Convenience wrapper that uses the 'rmarkdown' package to render small snippets of code to target formats that include both code and output. The goal is to encourage the sharing of small, reproducible, and runnable examples on code-oriented websites, such as and , or in email. The user's clipboard is the default source of input code and the default target for rendered output. 'reprex' also extracts clean, runnable R code from various common formats, such as copy/paste from an R session. License: MIT + file LICENSE URL: https://reprex.tidyverse.org, https://github.com/tidyverse/reprex BugReports: https://github.com/tidyverse/reprex/issues Depends: R (>= 4.1) Imports: callr (>= 3.6.0), cli (>= 3.2.0), clipr (>= 0.4.0), fs, glue, knitr (>= 1.23), lifecycle, rlang (>= 1.0.0), rmarkdown, rstudioapi, utils, withr (>= 2.3.0) Suggests: covr, fortunes, miniUI, rprojroot, sessioninfo, shiny, spelling, styler (>= 1.2.0), testthat (>= 3.2.1) VignetteBuilder: knitr Config/Needs/website: dplyr, tidyverse/tidytemplate Config/testthat/edition: 3 Config/testthat/parallel: TRUE Config/testthat/start-first: knitr-options, venues, reprex Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: pandoc (>= 2.19) - https://pandoc.org/ Config/pak/sysreqs: cmake make libuv1-dev libx11-dev Repository: https://tidyverse.r-universe.dev Date/Publication: 2026-04-10 16:32:25 UTC RemoteUrl: https://github.com/tidyverse/reprex RemoteRef: HEAD RemoteSha: 0dcf301940c050e1cf32f230cab45503d85ac5a4 NeedsCompilation: no Packaged: 2026-06-16 07:55:32 UTC; root Author: Jennifer Bryan [aut, cre] (ORCID: ), Jim Hester [aut] (ORCID: ), David Robinson [aut], Hadley Wickham [aut] (ORCID: ), Christophe Dervieux [aut] (ORCID: ), Posit Software, PBC [cph, fnd] Maintainer: Jennifer Bryan