From fea3ea822ab2ab0a485bd9ffbdac2fed529054aa Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Sat, 14 Apr 2018 20:16:52 -0500 Subject: [PATCH] Comment R versions in appveyor yml Comment out R_versions in appveyor. Having trouble building R devel in Appveyor. --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4bc0543..a44c12f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,11 +19,11 @@ environment: global: USE_RTOOLS: true - matrix: - - R_VERSION: devel - PKGTYPE: source - - - R_VERSION: release +# matrix: +# - R_VERSION: devel +# PKGTYPE: source +# +# - R_VERSION: release build_script: - travis-tool.sh install_deps