Changelog
All notable changes to this project will be documented in this
file.
The format is based on Keep a Changelog, and
this project adheres to Semantic Versioning.
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.
1.1.0
- 2026-03-11
Added
- New functions to check the documentation of a package R.
Fixed
- url of GitHub repo with desc pkg.
1.0.0
- 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.