Skip to content

chore: bump version to 0.2.0 and resolve CRAN check issues#99

Merged
chris-prener merged 4 commits into
mainfrom
feature/75-version-bump
Jun 2, 2026
Merged

chore: bump version to 0.2.0 and resolve CRAN check issues#99
chris-prener merged 4 commits into
mainfrom
feature/75-version-bump

Conversation

@chris-prener

Copy link
Copy Markdown
Collaborator

Summary

Bumps the package version to 0.2.0 and resolves three CRAN check issues discovered via win-builder:

Implementation

  • DESCRIPTION: Version: 0.1.2Version: 0.2.0
  • R/zi_globals.R: adds .data, .env to zi_load_uds globalVariables block
  • .Rbuildignore: adds ^data-raw$
  • CRAN-SUBMISSION: deleted (stale from prior submission)
  • NEWS.md, cran-comments.md: updated for 0.2.0
  • man/*.Rd, vignettes/converting-zips.Rmd: corrected year range references

Testing

No R source logic changes — only globalVariables() additions and metadata file updates. Existing test suite covers the affected functions. R CMD check validates the CRAN-note fixes.

Closes

Closes #75
Closes #95
Closes #96
Closes #97

Notes

no-prep-gate: version bump and CRAN metadata fixes only; no functional R source changes.
created: 2026-06-02T04:58:00Z

chris-prener and others added 4 commits June 1, 2026 21:34
Update version references in DESCRIPTION, NEWS.md, and cran-comments.md.
Remove stale CRAN-SUBMISSION file from previous release.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- #95: Replace markdown hyperlinks to HUD URLs with backtick-formatted
  code URLs in vignettes/converting-zips.Rmd to prevent CRAN URL
  checker from flagging HTTP 202 responses

- #96: Add ^data-raw$ to .Rbuildignore to suppress CRAN NOTE about
  non-standard top-level directory

- #97: Add .data and .env to globalVariables() in R/zi_globals.R for
  zi_load_uds to fix 'no visible binding' NOTE without adding rlang
  as an explicit dependency

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@chris-prener chris-prener merged commit 21c2591 into main Jun 2, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant