Package: document
Title: Run 'roxygen2' on (Chunks of) Single Code Files
Version: 3.0.2
Authors@R: person(given = c("Andreas", "Dominik"), family = "Cullmann",
    email = "adc-r@arcor.de", role = c("aut","cre"))
Description: Have you ever been tempted to create 'roxygen2'-style documentation
    comments for one of your functions that was not part of one of your
    packages (yet)?
    This is exactly what this package is about: running 'roxygen2' on
    (chunks of) a single code file.
Depends: R (>= 3.3.0)
License: BSD_2_clause + file LICENSE
URL: https://github.com/fvafrCU/document
Encoding: UTF-8
LazyData: true
Imports: roxygen2, callr, rcmdcheck, checkmate, rstudioapi, desc, withr
Suggests: knitr, rmarkdown, devtools, RUnit, testthat, datasets,
        rprojroot, covr
VignetteBuilder: knitr
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-09-13 08:20:39 UTC; qwer
Author: Andreas Dominik Cullmann [aut, cre]
Maintainer: Andreas Dominik Cullmann <adc-r@arcor.de>
Repository: CRAN
Date/Publication: 2018-09-13 08:50:03 UTC
