I am using RCall.jl in Julia and am getting errors because the code I want to run is relying on some R packages which I have yet to install. Is there a way (like with PyCall.jl and Conda.jl) that I can install the required R package though the RCall.jl Julia interface?
How to install an R package using RCall.jl
398 views Asked by logankilpatrick At
1
All you need to do is:
and then type the
$
in the REPL, followed by: