chore: bump version to 0.2.0 and resolve CRAN check issues#99
Merged
Conversation
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>
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
Bumps the package version to 0.2.0 and resolves three CRAN check issues discovered via win-builder:
checking CRAN incoming feasibilityWARNING. Fixed by adding.dataand.envtoglobalVariables()inzi_globals.R.data-raw/directory triggers a CRAN NOTE (checking top-level files). Fixed by adding^data-raw$to.Rbuildignore.zi_load_udshas no visible binding for.dataand.env. Fixed by adding both toutils::globalVariables().DESCRIPTION,NEWS.md,cran-comments.md, removesCRAN-SUBMISSION(stale from 0.1.2 submission), and corrects doc year ranges in vignette and man pages.Implementation
DESCRIPTION:Version: 0.1.2→Version: 0.2.0R/zi_globals.R: adds.data,.envtozi_load_udsglobalVariables block.Rbuildignore: adds^data-raw$CRAN-SUBMISSION: deleted (stale from prior submission)NEWS.md,cran-comments.md: updated for 0.2.0man/*.Rd,vignettes/converting-zips.Rmd: corrected year range referencesTesting
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