Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
CMAKE_CXX_STANDARD=20
builtin_vdt=ON
pythia8=ON
r=OFF
rootbench=ON
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ builtin_xxhash=ON
builtin_zlib=ON
builtin_zstd=ON
pythia8=ON
r=OFF
soversion=ON
1 change: 0 additions & 1 deletion .github/workflows/root-ci-config/buildconfig/alma10.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
builtin_vdt=ON
pythia8=ON
r=OFF
2 changes: 0 additions & 2 deletions .github/workflows/root-ci-config/buildconfig/global.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ opengl=ON
pyroot=ON
pythia8=OFF
qt6web=OFF
r=ON
roofit=ON
roofit_multiprocess=OFF
root7=ON
Expand All @@ -83,7 +82,6 @@ tmva-cpu=ON
tmva-gpu=OFF
tmva-cudnn=OFF
tmva-pymva=OFF
tmva-rmva=OFF
tmva-sofie=ON
tmva=ON
unfold=ON
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ check_connection=ON
cocoa=ON
davix=OFF
minuit2_omp=OFF
r=OFF
tmva-sofie=OFF
x11=OFF
1 change: 0 additions & 1 deletion .github/workflows/root-ci-config/buildconfig/mac14.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ cocoa=ON
davix=OFF
fortran=OFF
minuit2_omp=OFF
r=OFF
test_distrdf_dask=OFF
test_distrdf_pyspark=OFF
x11=OFF
1 change: 0 additions & 1 deletion .github/workflows/root-ci-config/buildconfig/mac15.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ builtin_zstd=ON
cocoa=ON
davix=OFF
minuit2_omp=OFF
r=OFF
x11=OFF
1 change: 0 additions & 1 deletion .github/workflows/root-ci-config/buildconfig/mac26.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ check_connection=ON
cocoa=ON
davix=OFF
minuit2_omp=OFF
r=OFF
tmva-sofie=OFF
x11=OFF
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ test_distrdf_pyspark=OFF
tmva-pymva=ON
tmva-sofie=ON
pythia8=OFF
r=OFF
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
builtin_unuran=ON
builtin_vdt=ON
r=ON
test_distrdf_dask=OFF
test_distrdf_pyspark=OFF
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ minuit2_mpi=OFF
minuit2_omp=OFF
pyroot2=OFF
pyroot3=ON
r=OFF
runtime_cxxmodules=OFF
ssl=OFF
test_distrdf_dask=OFF
Expand Down
1 change: 1 addition & 0 deletions README/ReleaseNotes/v642/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The following people have contributed to this new version:
* The `builtin_zeromq` and `builtin_cppzmq` build options that were deprecated in ROOT 6.40 are now removed.
* The ROOT **auth** package together with `TVirtualAuth` and `TROOT::GetListOfSecContexts()`, and the **authenticated sockets** (`TSocket::CreateAuthSocket()`) feature are now removed following deprecation in ROOT 6.40.
* The `TSSLSocket` class is now removed following deprecation in ROOT 6.40.
* The bindings to the R programming language that are enabled with the `r=ON` or `tmva-rmva=ON` build options (`TRInterface`, RMVA, and friends) are removed, following deprecation in ROOT 6.40. 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.

## Python Interface

Expand Down
4 changes: 0 additions & 4 deletions bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ endif()
if(tpython)
add_subdirectory(tpython)
endif()

if(r)
add_subdirectory(r)
endif()
50 changes: 0 additions & 50 deletions bindings/r/CMakeLists.txt

This file was deleted.

7 changes: 0 additions & 7 deletions bindings/r/TODO

This file was deleted.

Loading
Loading