On 22.07.2011 15:45, Mitra, Sumona wrote:
Dear all,

Apologies for not being specific earlier.
The R version I am using is 2.12.2.

Everytime I try installing XMLRPC using the following command:-


install.packages(repos = "http://www.omegahat.org/XMLRPC/XMLRPC_0.2-4.tar.gz";)

What you specified in "repos" is not a repository nor a path to the package. You probably just want to setRepositories(), choose Omegahat and then install.packages("XMLRPC") or directly:

install.packages("XMLRPC", repos="http://www.omegahat.org/R";)

Uwe Ligges



I get the following error

Warning: unable to access index for repository 
http://www.omegahat.org/XMLRPC/XMLRPC_0.2-4.tar.gz/bin/windows/contrib/2.12
Error in length(pkgs) : 'pkgs' is missing

Best
Sumona
______________________________________________
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.

______________________________________________
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.

Reply via email to