Package: Rd2roxygen 1.16.1
Rd2roxygen: Convert Rd to 'Roxygen' Documentation
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.
Authors:
Rd2roxygen_1.16.1.tar.gz
Rd2roxygen_1.16.1.zip(r-4.5)Rd2roxygen_1.16.1.zip(r-4.4)Rd2roxygen_1.16.1.zip(r-4.3)
Rd2roxygen_1.16.1.tgz(r-4.4-any)Rd2roxygen_1.16.1.tgz(r-4.3-any)
Rd2roxygen_1.16.1.tar.gz(r-4.5-noble)Rd2roxygen_1.16.1.tar.gz(r-4.4-noble)
Rd2roxygen_1.16.1.tgz(r-4.4-emscripten)Rd2roxygen_1.16.1.tgz(r-4.3-emscripten)
Rd2roxygen.pdf |Rd2roxygen.html✨
Rd2roxygen/json (API)
NEWS
# Install 'Rd2roxygen' in R: |
install.packages('Rd2roxygen', repos = c('https://yihui.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yihui/rd2roxygen/issues
Last updated 7 months agofrom:fc87116860. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-win | OK | Nov 21 2024 |
R-4.5-linux | OK | Nov 21 2024 |
R-4.4-win | OK | Nov 21 2024 |
R-4.4-mac | OK | Nov 21 2024 |
R-4.3-win | OK | Nov 21 2024 |
R-4.3-mac | OK | Nov 21 2024 |
Exports:create_roxygenparse_and_saveparse_filerabRd2roxygenreformat_coderoxygen_and_build
Dependencies:brewcallrclicommonmarkcpp11descevaluateformatRfsgluehighrknitrlifecyclemagrittrpkgbuildpkgloadprocessxpspurrrR6rlangroxygen2rprojrootstringistringrvctrswithrxfunxml2yaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert Rd to roxygen documentation and utilities to enhance documentation and building packages | Rd2roxygen-package |
Create the roxygen documentation | create_roxygen |
Parse the input Rd file and save the roxygen documentation into a file | parse_and_save |
Parse the input Rd file to a list | parse_file |
Convert all the Rd files of a package to roxygen comments | Rd2roxygen |
Format the code in the usage and examples sections | reformat_code |
Roxygenize a package, clean up and build/check the package | rab roxygen_and_build |