Package: reprex
Title: Prepare Reproducible Example Code for Sharing
Version: 0.1.2
Authors@R: c(
    person("Jennifer", "Bryan", , "jenny.f.bryan@gmail.com", role = c("aut", "cre")),
    person("David", "Robinson", , "admiral.david@gmail.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: https://github.com/jennybc/reprex
BugReports: https://github.com/jennybc/reprex/issues
Imports: callr, knitr, rmarkdown, tools, utils, whisker
Suggests: covr, devtools, formatR, fortunes, miniUI, rstudioapi, shiny,
        shinyjs, testthat
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
RoxygenNote: 5.0.1.9000
NeedsCompilation: no
Packaged: 2018-01-26 07:45:34 UTC; ripley
Author: Jennifer Bryan [aut, cre],
  David Robinson [aut]
Maintainer: ORPHANED
Repository: CRAN
Date/Publication: 2018-01-26 08:23:05 UTC
X-CRAN-Original-Maintainer: Jennifer Bryan <jenny.f.bryan@gmail.com>
X-CRAN-Comment: Orphaned on 2018-01-26 for policy violations, and
        offending code disabled.
