[v640] Deprecate R programming language interface#22185
Open
guitargeek wants to merge 1 commit intoroot-project:v6-40-00-patchesfrom
Open
[v640] Deprecate R programming language interface#22185guitargeek wants to merge 1 commit intoroot-project:v6-40-00-patchesfrom
guitargeek wants to merge 1 commit intoroot-project:v6-40-00-patchesfrom
Conversation
Maintaining the ROOT R bindings is no longer justified given the large-scale adoption of Python over R in the particle physics community. (cherry picked from commit 4bf18d9)
Test Results 22 files 22 suites 3d 12h 25m 11s ⏱️ For more details on these failures, see this check. Results for commit c28b8cb. |
silverweed
reviewed
May 8, 2026
| The Davix I/O code in ROOT remains uneffected and is built as before provided that the Davix library is found on the system. | ||
| * `RRealField::SetQuantized` now has a new overload and the existing signature has been deprecated. The new overload enforces proper ordering of the arguments. | ||
| The deprecated overload will be removed in ROOT 6.42. | ||
| * The bindings to the R programming language that are enabled with the `r=ON` build option (`TRInterface` and friends) are deprecated and will be removed in ROOT 6.42. Their maintenance is no longer justified, given the broader adoption of the scientific Python ecosystem. Users who still rely on R from C++ are encouraged to call R directly via https://cran.r-project.org/package=RInside, which is what the ROOT bindings were using internally. |
Contributor
There was a problem hiding this comment.
Maybe we should carry this over to 6.44? Having only 1 version where it's deprecated may be too short of a time span.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintaining the ROOT R bindings is no longer justified given the large-scale adoption of Python over R in the particle physics community.
(cherry picked from commit 4bf18d9)