Package: roxygen2
Title: In-Line Documentation for R
Version: 7.1.2
Authors@R: 
    c(person(given = "Hadley",
             family = "Wickham",
             role = c("aut", "cre", "cph"),
             email = "hadley@rstudio.com",
             comment = c("ORCID" = "0000-0003-4757-117X")),
      person(given = "Peter",
             family = "Danenberg",
             role = c("aut", "cph"),
             email = "pcd@roxygen.org"),
      person(given = "Gábor",
             family = "Csárdi",
             role = c("aut"),
             email = "csardi.gabor@gmail.com"),
      person(given = "Manuel",
             family = "Eugster",
             role = c("aut", "cph")),
      person(given = "RStudio",
             role = "cph"))
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++.
License: MIT + file LICENSE
URL: https://roxygen2.r-lib.org/, https://github.com/r-lib/roxygen2
BugReports: https://github.com/r-lib/roxygen2/issues
Depends: R (>= 3.3)
Imports: brew, commonmark, desc (>= 1.2.0), digest, knitr, methods,
        pkgload (>= 1.0.2), purrr (>= 0.3.3), R6 (>= 2.1.2), rlang,
        stringi, stringr (>= 1.0.0), utils, xml2
Suggests: covr, devtools, rmarkdown, testthat (>= 2.1.0), R.methodsS3,
        R.oo
LinkingTo: cpp11
VignetteBuilder: knitr
SystemRequirements: C++11
Encoding: UTF-8
RoxygenNote: 7.1.1.9001
Language: en-GB
NeedsCompilation: yes
Packaged: 2021-09-07 22:28:06 UTC; hadley
Author: Hadley Wickham [aut, cre, cph]
    (<https://orcid.org/0000-0003-4757-117X>),
  Peter Danenberg [aut, cph],
  Gábor Csárdi [aut],
  Manuel Eugster [aut, cph],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2021-09-08 08:10:02 UTC
