chore(desc): R floor 3.5.0, ByteCompile, Suggests metadata (#58) - #72
Merged
davidbudzynski merged 3 commits intoSep 20, 2026
Merged
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #72 +/- ##
==========================================
+ Coverage 98.01% 98.27% +0.26%
==========================================
Files 13 13
Lines 5083 5105 +22
==========================================
+ Hits 4982 5017 +35
+ Misses 101 88 -13 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Closes #58 (metadata part).
Changes:
DESCRIPTION:Depends: R (>= 3.5.0)(was 3.1.0, matchessrc/kit.h:19-22DATAPTR_RO fallback;...length()inR/call.R,R_RegisterCCallableinsrc/init.c:39-66,STRING_PTR_ROneed newer),ByteCompile: yesper WRE (was TRUE), dropRepository: CRANfrom dev tree, addConfig/Needs/website: pkgdown.DESCRIPTION: add David Budzynski asctbinAuthors@R/Author(Maintainer stays Sebastian Krantz — R allows only one Maintainer).Suggestsunchanged (alreadydata.table, knitr, rmarkdown, tibble, tinytest— verified via rg: data.table/tibble used ininst/tinytest/test-enc.R, tinytest intests/tinytest.R, knitr/rmarkdown in vignette). NoConfig/testthat/edition(tinytest, not testthat) orRoxygenNote(hand-written Rd).NEWS.md: note under development version Notes.WRE refs (https://cran.r-project.org/doc/manuals/r-release/R-exts.html#The-DESCRIPTION-file):
ByteCompileis a logical field — canonical valuesyes/true/no/false(capitalized accepted).TRUEworks,yesis the standard form, so normalized.Repository:Built/Packagedmust not be in source (added by tools), and 'Some repositories (including CRAN...) add their own fields.'Repository: CRANis added by CRAN on publish, so removed from dev tree.Why 3.5.0 not 4.x:
src/kit.h:29-31isDataFrame shim for R<4.5. Bumping to >=4.5 to drop shim would break CIoldrel-4(~4.2). Leave for later with matrix trim.Verification:
R CMD build: DESCRIPTION meta-information OK (including after author addition).R CMD check --as-cran --no-manual --no-build-vignettes(R 4.6.1 macOS): DESCRIPTION OK, dependencies OK, tests OK, no metadata NOTEs. Remaining 3 WARNINGs + 1 NOTE are env-only (missing pandoc/checkbashisms, inst/doc absent due to --no-build-vignettes).Branch from
master@ 4d1d79d.