Trigger run (#25).
- ci: Trigger run
- ci: Latest changes
Use pkgdown branch (#24).
- ci: Use pkgdown branch
- ci: Updates from duckdb
- ci: Trigger run
Install via R CMD INSTALL ., not pak (#23).
- ci: Install via R CMD INSTALL ., not pak
- ci: Bump version of upload-artifact action
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/roxygen2md/actions/runs/10425485750
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/roxygen2md/actions/runs/10208520603
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/roxygen2md/actions/runs/9728439771
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/roxygen2md/actions/runs/9691616200
Install local package for pkgdown builds.
Improve support for protected branches with fledge.
Improve support for protected branches, without fledge.
Sync with latest developments.
Use v2 instead of master.
Inline action.
Use dev roxygen2 and decor.
Fix on Windows, tweak lock workflow.
Avoid checking bashisms on Windows.
Better commit message.
Bump versions, better default, consume custom matrix.
Recent updates.
scope = "unlink"
to help hunt down unwanted \link{...}
elements.Initial release.
roxygen2md()
that can be run in the package's directory and converts all roxygen2 comments to Markdown, guiding the user with helpful output.
DESCRIPTION
is edited if necessary, or a message is given that the user should edit themselves.document()
automatically if markdown = TRUE
in DESCRIPTION
.scope
argument.usethis::proj_get()
.find_rd()
to find the remaining Rd syntaxmarkdownify()
converts Rd to Markdown in character vectors (#10, @alexpghayes).