chore: update CRAN submission artifacts for 0.2.0#100
Merged
Conversation
- Expand NEWS.md with categorized 0.2.0 changelog (new features, bug fixes, dependency changes) - Add 'What's New in v0.2.0' section to README.Rmd/README.md; update feature list; fix zi_load_crosswalk typo in HUD example prose - Expand cran-comments.md release summary with key changes for CRAN reviewers Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the three CRAN submission artifacts for the 0.2.0 release. All blocking dependencies (#75, #76) are resolved; this is the final pre-submission documentation pass.
Implementation
NEWS.md: Replaced placeholder entry with a full structured changelog in CRAN NEWS format — three sections: New features and improvements, Bug fixes, Dependency changes.README.Rmd→README.md: Added a "What's New in v0.2.0" section after Installation; updated the Usage feature list to mention bundled offline UDS crosswalk access; fixed azip_load_crosswalk→zi_load_crosswalktypo in the HUD example prose. Re-rendered withrmarkdown::render()(not bareknitr::knit()) to prevent YAML frontmatter leaking into the output.cran-comments.md: Expanded one-line release summary into five descriptive bullets for CRAN reviewers.CHANGELOG.md: Added[Unreleased]entry for this PR.Testing
No R code changes — prose and submission artifacts only.
R CMD checkresults (0E/0W/0N) already verified in #76.Closes
Closes #73
Notes
created: 2026-06-02T05:18:00Z