krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)
132 stars 60 forks source link

"unable to access index for repository" error #158

Closed IndrajeetPatil closed 5 years ago

IndrajeetPatil commented 5 years ago

With the new updates, my builds are now failing with the following message-

Installing packages into 'c:/RLibrary'
(as 'lib' is unspecified)
Error: (converted from warning) unable to access index for repository wininet/bin/windows/contrib/3.6:
  scheme not supported in URL 'wininet/bin/windows/contrib/3.6/PACKAGES'
Execution halted
Command exited with code 1
7z a failure.zip *.Rcheck\*
krlmlr commented 5 years ago

This is what I'm seeing too with R 3.2. Working on it.

Thanks for confirming it fails with other versions!

krlmlr commented 5 years ago

I think this is fixed now, can you confirm?

IndrajeetPatil commented 5 years ago

Yes, it is fixed now! Thanks.