Package: roxygen2
Title: In-Line Documentation for R
Description: Generate your Rd documentation, 'NAMESPACE' file, and collation 
    field using specially formatted comments. Writing documentation in-line
    with code makes it easier to keep your documentation up-to-date as your
    requirements change. 'Roxygen2' is inspired by the 'Doxygen' system for C++.
Version: 6.0.1
License: GPL (>= 2)
Authors@R: c(
    person("Hadley", "Wickham",, "hadley@rstudio.com", c("aut", "cre", "cph")),
    person("Peter", "Danenberg",, "pcd@roxygen.org", c("aut", "cph")),
    person("Manuel", "Eugster", role = c("aut", "cph")),
    person("RStudio", role = "cph")
    )
Depends: R (>= 3.0.2)
Imports: stringr (>= 0.5), stringi, brew, digest, methods, Rcpp (>=
        0.11.0), R6, desc, commonmark, xml2, utils
Suggests: testthat (>= 0.8.0), knitr, devtools, rmarkdown, covr
VignetteBuilder: knitr
LinkingTo: Rcpp
RoxygenNote: 6.0.1
URL: https://github.com/klutometis/roxygen
BugReports: https://github.com/klutometis/roxygen/issues
NeedsCompilation: yes
Packaged: 2017-02-06 14:33:02 UTC; hadley
Author: Hadley Wickham [aut, cre, cph],
  Peter Danenberg [aut, cph],
  Manuel Eugster [aut, cph],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2017-02-06 16:37:05
