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

Drop support for R 3.6 and remove dead code #411

Merged
merged 8 commits into from
Dec 3, 2024

Conversation

DavisVaughan
Copy link
Member

@DavisVaughan DavisVaughan commented Dec 3, 2024

  • Dropped support for R 3.6, as it is getting too challenging to try and continue to run CI for, and it is past our tidyverse EOL date by >6 months at this point.
  • Removed as much dead code as possible. Anything that relied on R_Version(3, 5, 0), R_Version(3, 6, 0), or >= R_Version(4, 0, 0) has been removed because R >= 4.0.0 is now required.
  • Kept altrep.hpp and HAS_ALTREP because arrow uses it
  • Kept HAS_UNWIND_PROTECT because arrow and systemfonts use it

@DavisVaughan DavisVaughan changed the title Drop support for R 3.6 Drop support for R 3.6 and remove dead code Dec 3, 2024
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.

1 participant