forked from tidyverse/reprex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.32 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
Package: reprex
Title: Prepare Reproducible Example Code for Sharing
Version: 0.1.1.9000
Authors@R: c(
person("Jennifer", "Bryan", , "jenny@rstudio.com", role = c("aut", "cre")),
person("David", "Robinson", , "admiral.david@gmail.com", role = "aut"),
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut")
)
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 <http://stackoverflow.com> and
<https://github.com>, or in email. 'reprex' also extracts clean, runnable R
code from various common formats, such as copy/paste from an R session.
Depends: R (>= 3.0.2)
License: MIT + file LICENSE
LazyData: true
URL: http://reprex.tidyverse.org, https://github.com/tidyverse/reprex
BugReports: https://github.com/tidyverse/reprex/issues
Imports:
callr,
clipr (>= 0.3.0),
knitr,
rmarkdown,
tools,
utils,
whisker
Suggests:
covr,
devtools,
formatR,
fortunes,
miniUI,
rstudioapi,
shiny,
testthat
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
RoxygenNote: 6.0.1
Remotes: r-pkgs/callr
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr