You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling with an error in the AutoMege step when registering my package that depends on RCall.jl. Here is the pull request on the General repo and the action log info.
szcf-weiya
changed the title
why RCall.jl tried to install a conda R during the registration of an package without setting R_HOME=*
why building RCall.jl failed during the registration of an package
Jul 6, 2023
I am struggling with an error in the AutoMege step when registering my package that depends on RCall.jl. Here is the pull request on the General repo and the action log info.
JuliaRegistries/General#86838
https://github.com/JuliaRegistries/General/actions/runs/5464785321/jobs/9947294633?pr=86838
According to the action log info, it failed during the build of RCall.jl
It confused me that it tries to install a conda R. If I understand correctly, the conda R procedure is only triggered when
R_HOME
is set to be*
,RCall.jl/deps/build.jl
Lines 27 to 37 in 2df5ef8
However, I did not set the env in my package. And I also check the last GitHub action log of RCall.jl in the AutoMerge step,
https://github.com/JuliaRegistries/General/actions/runs/4701731245/jobs/8338139220
Note that it did not print out
Info: Installing R via Conda...
, so it indeed did not try to install a Conda R, right?So my question is why it tried to install a conda R during my registration. Am I missing something? Thanks!
The text was updated successfully, but these errors were encountered: