I was trying to install package gplots on ubuntu R 2.14.1
install.packages('gplots')
And I receive this message:
Warning in install.packages :
package ‘gplots’ is not available (for R version 2.14.1)
I might assume that this is local problem only with this version, because other people are able to install it properly. I tried to find solution with google search, but nothing looks similar.
Are there any ideas how to solve this?