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

R: update to 4.4.0. #50514

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

R: update to 4.4.0. #50514

wants to merge 1 commit into from

Conversation

luhann
Copy link
Contributor

@luhann luhann commented May 25, 2024

Testing the changes

  • I tested the changes in this PR: YES

Local build testing

  • I built this PR locally for my native architecture, (x86_64)

The only significant build change is:

If the libdeflate library and headers are available, libdeflate rather than libz is
used to (de)compress R objects in lazy-load databases. Typically tasks spend up to
5% of their time on such operations, although creating lazy-data databases is one of
the exceptions.
This can be suppressed if the library is available by the configure option
‘--without-libdeflate-compression’.

I haven't included libdeflate here because as far as I can see no other distro does either.

There are a number of packages that depend on R, mostly the R-cran packages, should I update them here or make a separate PR?

@sgn
Copy link
Member

sgn commented May 26, 2024

All R needs to be rebuilt if my memory serves. So either update or rebuild them here.

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.

None yet

2 participants