I am trying to create a repository for my own packages as an easy way to auto install packages on a number of servers.
Obviously, I am able to connect using install.packages() to CRAN without problems but when I specify my own repos I get an error: > install.packages(pkgs, repos="http://some.site.com") Warnings message: cannot open: HTTP status was '401 Authorisation Required' I get a similar message if I try to use download.file() on the PACKAGES file. I have tried the url in the form http://username:[EMAIL PROTECTED] Any ideas? Regards, John Marsland ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
