Package: Rd2roxygen Type: Package Title: Convert Rd to 'Roxygen' Documentation Version: 1.18.1 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.55), formatR (>= 1.0) Suggests: litedown (>= 0.9) 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: litedown RoxygenNote: 7.3.3 Encoding: UTF-8 Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev Repository: https://yihui.r-universe.dev Date/Publication: 2026-01-17 05:08:32 UTC RemoteUrl: https://github.com/yihui/Rd2roxygen RemoteRef: HEAD RemoteSha: d2d22b40523d7adc72ac73fdc58302532a7611cc NeedsCompilation: no Packaged: 2026-06-22 19:35:07 UTC; root Author: Hadley Wickham [aut], Yihui Xie [aut, cre] (ORCID: ) Maintainer: Yihui Xie