Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small update to tests/tinytest.R #1343

Merged
merged 1 commit into from
Nov 2, 2024
Merged

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