Trying to install rattle
on a windows server 2008 R2 64bit machine, using 64-bit R ver2.11, I got the following message:
install.packages("rattle", dependencies=TRUE)
Warning: dependencies ‘RGtk2’, ‘rggobi’, ‘RSvgDevice’, ‘Biobase’, ‘multicore’, ‘marray’, ‘affy’, ‘snowFT’, ‘Rmpi’, ‘rpvm’ are not available
When I tried to install one of them:
install.packages("RGtk2")
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ‘RGtk2’ is not available
Finally I noticed this and this. Should I go back to 32-bit R in order to use rattle?
Thank you