From 1ea6be9325016ec880f68fa04da7bf1d9e19143b Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Thu, 13 Jun 2019 19:12:35 +0200 Subject: [PATCH] Disable R 3.4.1 in appveyor [skip travis] --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c693e05..da0d4a1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -64,8 +64,10 @@ environment: - R_VERSION: 3.5.1 R_ARCH: x64 - - R_VERSION: 3.4.1 - R_ARCH: x64 +# XML package does not compile on appveyor, remotes does not use (a little older) binary version. +# Disable R 3.4.1 until this is fixed. +# - R_VERSION: 3.4.1 +# R_ARCH: x64 matrix: fast_finish: true