So I recently (1 hour ago) updated to a 64-bit version of R and tried installing some of my trusty packages in the fresh install (Windows seperates 64/32 bit programs now in two program folders).
Is there a wor开发者_StackOverflow社区k around for this?
Warning message:
In getDependencies(pkgs, dependencies, available, lib) : package ‘RMySQL’ is not available
Got it sorted. Download and install manually:
install.packages("C:\\Path\\to\\file\\windows_binary.zip",repos=NULL)
Happy Friday!
精彩评论