- Avoid failure in fledge workflow if no changes (#36).
- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#35).
- Use larger retry count for lock-threads workflow (#34).
- Ignore errors when removing pkg-config on macOS (#33).
- Explicit permissions (#32).
- Use styler from main branch (#31).
-
Need to install R on Ubuntu 24.04 (#30).
-
Use Ubuntu 24.04 and styler PR (#28).
- PLACEHOLDER #16 (#16).
- Correctly detect branch protection (#27).
- Use stable pak (#26).
-
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.
- Merge branch 'cran-1.0.1'.
- Refine regular expression for matching roxygen2 blocks.
- Prefer brio over enc (#16, #21).
- New
"indent"
scope for adding indent to@param
and@return
tags.
- Prefer pak.
- Update code of conduct.
- Use tidytemplate.
- Package documentation.
- Fix URLs.
- Use testthat edition 3.
- Internal changes only.
- Harmonize yaml formatting.
- Revert changes to matrix section.
- Reduce parallelism.
- Also check dev on cran-* branches.
- Update hash key for dev.
- Remove R 3.3.
- Merge pull request #15 from r-lib/b-gha.
- New
scope = "unlink"
to help hunt down unwanted\link{...}
elements. - Same as previous version.
Initial release.
- Function
roxygen2md()
that can be run in the package's directory and converts all roxygen2 comments to Markdown, guiding the user with helpful output.- The
DESCRIPTION
is edited if necessary, or a message is given that the user should edit themselves. - Runs
document()
automatically ifmarkdown = TRUE
inDESCRIPTION
. - Perform only partial conversion by specifying the
scope
argument. - Makes use of
usethis::proj_get()
.
- The
- Function
find_rd()
to find the remaining Rd syntax - Function
markdownify()
converts Rd to Markdown in character vectors (#10, @alexpghayes). - RStudio add-in with menu items "Rd to Markdown" and "Find Rd.