forked from tidyverse/reprex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.8 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: reprex
Title: Prepare Reproducible Example Code via the Clipboard
Version: 0.2.0.9000
Authors@R: c(
person("Jennifer", "Bryan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6983-2759")
),
person("Jim", "Hester", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2739-7082")
),
person("David", "Robinson", , "[email protected]", role = "aut"),
person("Hadley", "Wickham", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4757-117X")
),
person("RStudio", 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 <https://stackoverflow.com> and
<https://github.com>, 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#readme
BugReports: https://github.com/tidyverse/reprex/issues
Depends:
R (>= 3.1)
Imports:
callr (>= 2.0.0),
clipr (>= 0.4.0),
fs,
rlang,
rmarkdown,
tools,
utils,
whisker,
withr
Suggests:
covr,
devtools,
fortunes,
knitr,
miniUI,
rprojroot,
rstudioapi,
shiny,
styler (>= 1.0.2),
testthat (>= 2.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1.9000
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org