I try to install R package "methods" over R 3.0.1:
> install.packages("methods")
> Warning message:
package ‘methods’ is not available (for R version 3.0.1)
Is there any way to install 'methods' over R 3.0.1 or should I switch to R 3.0.0?
Thank you