Open drdqde opened 2 years ago
Windows doesn't support R_LD_LIBRARY_PATH
afaik. You'll need to put the path to rJava.dll to your PATH variable.
Windows doesn't support
R_LD_LIBRARY_PATH
afaik. You'll need to put the path to rJava.dll to your PATH variable.
Thanks for the reply! I tried putting the dll into my Windows PATH variable without success (I think this what you suggested). Strangely, it works when I use RStudio or the standard R terminal instead of radian in VSCode.
Hi,
I am using Radian on R-3.4.2 and receive the following error message when I am starting my project in Radian:
Error: package or namespace load failed for 'rJava': .onLoad failed in loadNamespace() for 'rJava', details: call: inDL(x, as.logical(local), as.logical(now), ...) bs/x64/rJava.dll': error: unable to load shared object 'C:/xxx/library/rJava/liva/libs/x64/rJava.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden.
Which basically says the file is not there, but I definitely have it at the specified location.
I found this answer
But unfortunately, I don't know do that. Where do find this
R_LD_LIBRARY_PATH
? Many thanks in advance!