Software
Placeholder

roxygen2md

Convert elements of roxygen documentation to markdown

R

roxygen2md converts Rd (R documentation) syntax to Markdown in your package’s roxygen2 documentation blocks. It automatically replaces Rd formatting commands like \emph{}, \bold{}, \code{}, \link{}, and \url{} with their Markdown equivalents.

The package enables modern Markdown documentation syntax in R packages while reducing manual conversion effort. It provides a staged conversion workflow for large packages, allowing you to isolate automated changes from those requiring review. The tool includes an RStudio addin interface and validation helpers to identify remaining Rd artifacts after conversion, making it practical for migrating existing package documentation.