64bit R install bug #4
hcji
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just to note if one has just 64bit R installed it bugs when you try to install your package.
It gives: "ERROR: loading failed for 'i386'"
May have to do:
devtools::install_github("hcji/TarMet@v1.1.3", INSTALL_opts=c("--no-multiarch"))
from letter of Dr. Mansoldo
Beta Was this translation helpful? Give feedback.
All reactions