NEWS
releaser 2026-07-02
Added
- New function
set_rjdverse_remotes() to clear the Remotes field from rjdverse packages or to add the rjdverse dependencies to the Remotes field.
Fixed
- Remove examples tested if PAT not provided.
releaser 2026-03-11
Added
- New functions to check the documentation of a package R.
Fixed
- url of GitHub repo with desc pkg.
releaser 2025-10-29
Changed
- order of the argument
- Add {rjd3workspace} DESCRIPTION and NEWS.md as example
Removed
- argument
gh_repo from update_news_md()
Added
- Add files and function to extract information from description (based on {desc}).
- Add function to extract version from GitHub or from an R package.
- New functions to modify the DESCRIPTION and NEWS.md files for release
- Implemented progress and diagnostic messages when
verbose = TRUE to aid debugging and transparency.