Open thadguidry opened 4 years ago
Hmm, maybe it's a pacman
issue itself detecting i386 incorrectly on my Windows 10 64bit system?
building package indices testing if installed package can be loaded from temporary location * arch - i386**** Error: package or namespace load failed for 'qdap': .onLoad failed in loadNamespace() for 'rJava', details:
Interestingly, my Rtools is installed well and I can see it on my path (last line):
and if I go there and open bash.exe and type uname -m
Hi @trinker Using the following installation for dev found on the README.md:
and then getting final error output as
Verified that Console is showing
arch
asx86_64
:Verified that R 64bit is being used:
I have verified my Java is fine (and JAVA_HOME is set) I'm a light developer in Java:
And that
rJava
actually installed fine from RStudio and shows the paths correctly in my library folder:Curious why the error during installation is trying the
E:/R/R-4.0.2/library/rJava/libs/i386/rJava.dll
instead ofE:/R/R-4.0.2/library/rJava/libs/x64/rJava.dll
?Maybe the install doesn't look at the
arch
and instead theos
or something else?