Open wjholden opened 3 years ago
Another troubleshooting suggestion: make absolutely sure you do not have two different versions of R installed.
Yet another tip for anyone struggling: if you've uninstalled an old version of R while a Julia session has been open in PowerShell, the $env:PATH
variable might be out-of-date. It might help to close the terminal and re-open it.
I encountered a two-part problem that I was able to resolve myself. My problem looked like this:
I have used JuliaCall on this computer for a while, but not recently. I think I had recently updated R to 4.1.0. My solution to this problem was twofold:
using RCall
in Julia. If you get an error, then tryusing Pkg; Pkg.build("RCall")
.version
command in R to find out. I solved this problem by reinstalling the R language with only the 64-bit executable.