diff --git a/r-pkg/DESCRIPTION b/r-pkg/DESCRIPTION index 61e5b8e..5bcf333 100644 --- a/r-pkg/DESCRIPTION +++ b/r-pkg/DESCRIPTION @@ -1,6 +1,6 @@ Package: jgd Title: JSON Graphics Device -Version: 0.1.0.99 +Version: 0.1.1 Authors@R: c( person("Grant", "McDermott", role = c("aut", "cre"), email = "contact@grantmcdermott.com"), diff --git a/r-pkg/NEWS.md b/r-pkg/NEWS.md index 37d6a0b..a785e4d 100644 --- a/r-pkg/NEWS.md +++ b/r-pkg/NEWS.md @@ -1,9 +1,10 @@ -# Development +# jgd 0.1.1 ## Internals -- Improved GC safety in C internals by tightening `PROTECT`/`UNPROTECT` - handling around allocations and replay paths. (#61) +- Fixed potential GC protection issues in the C internals (flagged by + `rchk`) by tightening `PROTECT`/`UNPROTECT` handling around allocations + in `replay_snapshot` and `C_jgd_discover`. (#61) ## Documentation diff --git a/r-pkg/cran-comments.md b/r-pkg/cran-comments.md index 1ce95d0..611caef 100644 --- a/r-pkg/cran-comments.md +++ b/r-pkg/cran-comments.md @@ -1,25 +1,26 @@ -## Resubmission notes +## Submission notes -This is a resubmission addressing reviewer feedback from our previous `jgd` -submission (jgd_0.1.0, 2026-04-25): +This is a patch release (0.1.0 -> 0.1.1). It contains internal bug fixes +and documentation updates only; there are no user-facing API changes. -- Authors@R: Added Dave Gamble and cJSON contributors with `cph` roles - to properly attribute the vendored cJSON library (`src/cjson/`). - Copyright and license details remain recorded in `inst/COPYRIGHTS` - and the upstream headers are preserved in the vendored source files. +- Fixed the unprotected-variable (`[UP]`) warnings reported for jgd 0.1.0 + by the CRAN `rchk` checks + (). + `PROTECT`/`UNPROTECT` handling has been tightened around allocating calls + in `replay_snapshot` (`src/device.c`) and `C_jgd_discover` + (`src/transport.c`). +- Documentation updates noting that the package's VS Code support is now + provided by the upstream VS Code R extension. ## Test environments -- macOS Tahoe 26.4 (aarch64), R 4.5.3 -- Windows Server 2022 (x86_64), R 4.5.3 (win-builder) -- Windows Server 2022 (x86_64), R-devel (win-builder) -- GitHub Actions: Ubuntu (R-devel, R 4.1), Windows (R 4.1), macOS (R-release) +- macOS (aarch64), R 4.6.1 +- Win Builder (x86_64), R 4.6.1 +- GitHub Actions: Ubuntu (R-devel, R 4.6.1), Windows (R 4.6.1), macOS (R-release) ## R CMD check results -0 errors | 0 warnings | 1 note - -- NOTE: New submission. +0 errors | 0 warnings | 0 notes ## Additional notes