Skip to content

Commit

Permalink
Update Rhome
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Oct 20, 2022
1 parent b8dfee9 commit 0c4ba06
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 @@ -33,7 +33,7 @@ try
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
Rhome = joinpath(Conda.LIBDIR, "R")
Rhome = joinpath(Conda.ROOTENV, "R")
libR = locate_libR(Rhome)
else
if isempty(Rhome)
Expand Down

0 comments on commit 0c4ba06

Please sign in to comment.