Update ccache-action reference.
Bump action version.
.gitignore and .Rbuildignore.Create snapshot update PR against correct branch.
Add reference to /apply-patch workflow in commit message.
Clarify rationale for not deploying on schedule.
Cosmetics.
Bump action versions.
Install clang-format-21.
Align fledge workflow.
Harmonize.
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/roxygen2md/actions/runs/25270173379
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/roxygen2md/actions/runs/22790999033
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/roxygen2md/actions/runs/17451400696
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/roxygen2md/actions/runs/14636195570
Use workflows for fledge (#52).
Sync (#51).
Use reviewdog for external PRs (#49).
Cleanup and fix macOS (#48).
Format with air, check detritus, better handling of extra-packages (#47).
Enhance permissions for workflow (#45).
Permissions, better tests for missing suggests, lints (#44).
Only fail covr builds if token is given (#43).
Always use _R_CHECK_FORCE_SUGGESTS_=false (#42).
Correct installation of xml2 (#41).
Explain (#40).
Add xml2 for covr, print testthat results (#39).
Fix (#38).
Sync (#37).
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).