Skip to content

Installation of XMLPRC package

2 messages · Mitra, Sumona, Uwe Ligges

#
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:-
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
#
On 22.07.2011 15:45, Mitra, Sumona wrote:
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