krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot remove prior installation of package 'curl'

IndrajeetPatil opened this issue · comments

My builds are failing with the following error:
https://ci.appveyor.com/project/IndrajeetPatil/ggstatsplot/builds/26897246/job/ig46eho74h8222qb

package 'curl' successfully unpacked and MD5 sums checked
Error: (converted from warning) cannot remove prior installation of package 'curl'
Execution halted
Command exited with code 1
7z a failure.zip *.Rcheck\*

Can you please try turning off the cache? Installation of binary packages is very fast.

Thanks for the suggestion.

This is what I should specify in yaml, right?
https://www.appveyor.com/docs/build-cache/

image

Alternatively, setting R_REMOTES_STANDALONE=true should help, see #135