Hi Sir, I want to install the package "cluster" in R language. I could be installing, but I cant load that package..
I have faced the following warning in installing time.. Warning: cannot remove prior installation of package 'cluster' So, I tried to update the package, but again I faced the following issue update.packages() --- Please select a CRAN mirror for use in this session --- Warning: unable to access index for repository http://cran.uk.r-project.org/bin/windows/contrib/2.9 Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.9 Warning message: In open.connection(con, "r") : no fue posible conectarse a 'cran.r-project.org' en el pueto 80. Sample: > utils:::menuInstallLocal() package 'cluster' successfully unpacked and MD5 sums checked Warning: cannot remove prior installation of package 'cluster' updating HTML package descriptions > load(cluster) Error en load(cluster) : objeto 'cluster' no encontrado > library(cluster) Error en library(cluster) : there is no package called 'cluster' > library(clValid) Loading required package: cluster Error: package 'cluster' could not be loaded Además: Warning message: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called 'cluster' > update.packages() --- Please select a CRAN mirror for use in this session --- Warning: unable to access index for repository http://cran.uk.r-project.org/bin/windows/contrib/2.9 Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.9 Warning message: In open.connection(con, "r") : no fue posible conectarse a 'cran.r-project.org' en el pueto 80. Can you tell me for any suggestions... Thank you, Shanthi Rangasamy Ph. D. Student Electronics and Communications Department CEIT - IK4 Research Alliance Pº. Manuel Lardizábal, 15 20.018 Donostia-San Sebastián SPAIN Tel. +34 943 212 800 (Ext. 2804) Fax: +34 943 213 076 http://www.ceit.es/ [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.