From 56d076d31adf00e6b466e2e7cd27c7983e6056ab Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Sat, 25 Apr 2020 14:52:47 -0500 Subject: [PATCH] Remove AppVeyor cache again --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c6c1438..a09914f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,8 +10,10 @@ init: install: ps: Bootstrap -cache: - - C:\RLibrary +# AppVeyor builds started failing around the time R 4.0.0 was released +# Error: package 'remotes' was installed before R 4.0.0: please re-install it +#cache: +# - C:\RLibrary # Adapt as necessary starting from here