Skip to content

Conversation

eddelbuettel
Copy link
Member

While working on the hot-fix 1.0.13-1 (which is now on CRAN, yay!!), I noticed that tests/tinytest.R still had two assignments only very early tinytest required, plus a call to packageDescription("Rcpp")$Version which can be more compactly written as packageVersion("Rcpp") (and is supported by R 3.5.0 which our oldest CI use). Nothing major, really.

Checklist

  • Code compiles correctly
  • R CMD check still passes all tests
  • Preferably, new tests were added which fail without the change
  • Document the changes by file in ChangeLog

@eddelbuettel eddelbuettel merged commit dbea570 into master Nov 2, 2024
18 checks passed
@eddelbuettel eddelbuettel deleted the feature/polish_testcaller branch November 2, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants