Skip to content

Commit

Permalink
allow installing R 4 via Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Aug 29, 2023
1 parent 305efff commit 7a29776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ try
"Pkg.build(\"RCall\")."
conda_provided_r = true
Conda.add_channel("r")
Conda.add("r-base>=3.4.0,<4") # greater than or equal to 3.4.0 AND strictly less than 4.0
Conda.add("r-base>=3.4.0,<5") # greater than or equal to 3.4.0 AND strictly less than 5.0
Rhome = joinpath(Conda.LIBDIR, "R")
libR = locate_libR(Rhome)
else
Expand Down

0 comments on commit 7a29776

Please sign in to comment.