Skip to content

Bump minimum needed R version to 4.0#1197

Merged
IndrajeetPatil merged 9 commits intomainfrom
r-440
May 6, 2024
Merged

Bump minimum needed R version to 4.0#1197
IndrajeetPatil merged 9 commits intomainfrom
r-440

Conversation

@IndrajeetPatil
Copy link
Collaborator

Closes #1196

@codecov
Copy link

codecov bot commented May 5, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 92.17%. Comparing base (775c399) to head (1a3ef50).
Report is 22 commits behind head on main.

❗ Current head 1a3ef50 differs from pull request most recent head ed8b058. Consider uploading reports for the commit ed8b058 to get more accurate results

Files Patch % Lines
R/environments.R 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1197   +/-   ##
=======================================
  Coverage   92.16%   92.17%           
=======================================
  Files          46       46           
  Lines        2654     2657    +3     
=======================================
+ Hits         2446     2449    +3     
  Misses        208      208           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

object_overwrite_linter = NULL,
object_usage_linter = NULL,
todo_comment_linter = NULL,
extraction_operator_linter = NULL,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This linter was removed from lintr recently.

config:
- {os: macos-latest, r: 'release'}

- {os: windows-latest, r: 'devel'}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should always be testing on windows-devel.

It's currently failing because of this issue: gagolews/stringi#508

if (any(pd$token == "equal_assign")) 2L else 3L
}

parser_version_find <- function(pd) 3L
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pd is retained for future use cases.

@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2024

This is how benchmark results would change (along with a 95% confidence interval in relative change) if f5744da is merged into main:

  • ✔️cache_applying: 158ms -> 156ms [-4.19%, +1.21%]
  • ✔️cache_recording: 520ms -> 521ms [-1.01%, +1.08%]
  • ✔️without_cache: 989ms -> 986ms [-0.99%, +0.34%]

Further explanation regarding interpretation and methodology can be found in the documentation.

Copy link
Collaborator

@lorenzwalthert lorenzwalthert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks.

@IndrajeetPatil IndrajeetPatil merged commit 4b24ff6 into main May 6, 2024
@IndrajeetPatil IndrajeetPatil deleted the r-440 branch May 6, 2024 06:14
@lorenzwalthert
Copy link
Collaborator

You are currently a contributor of the package and you contribute a lot. Thank you for that. I think the amount and quality would qualify you to be an author. Would you be interested?

@IndrajeetPatil
Copy link
Collaborator Author

I would be honored to! Thanks 💕

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.

Bump minimum needed R version to 4.0

2 participants