Package: Rd2roxygen
Type: Package
Title: Convert Rd to 'Roxygen' Documentation
Version: 1.17
Authors@R: c(
    person("Hadley", "Wickham", role = "aut"),
    person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
    person()
    )
Imports: roxygen2 (>= 4.0.0), xfun (>= 0.13), formatR (>= 1.0)
Suggests: knitr (>= 1.9), markdown
Description: Functions to convert Rd to 'roxygen' documentation. It can parse an
    Rd file to a list, create the 'roxygen' documentation and update the original
    R script (e.g. the one containing the definition of the function)
    accordingly. This package also provides utilities that can help developers
    build packages using 'roxygen' more easily. The 'formatR' package can be used
    to reformat the R code in the examples sections so that the code will be
    more readable.
License: GPL
URL: https://github.com/yihui/Rd2roxygen
BugReports: https://github.com/yihui/Rd2roxygen/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2025-11-03 16:35:37 UTC; yihui
Author: Hadley Wickham [aut],
  Yihui Xie [aut, cre] (ORCID: <https://orcid.org/0000-0003-0645-5666>)
Maintainer: Yihui Xie <xie@yihui.name>
Repository: CRAN
Date/Publication: 2025-11-03 16:50:02 UTC
Built: R 4.6.0; ; 2025-11-13 04:14:40 UTC; windows
