From c9037e32265f4fd22a8ce374559f65e5838368ab Mon Sep 17 00:00:00 2001
From: Luke Zappia <lazappi@users.noreply.github.com>
Date: Tue, 30 Jan 2018 10:38:12 +1100
Subject: [PATCH] Add RTOOLS to appveyor environment

---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index a540be5..ee251b1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,7 +16,7 @@ environment:
     matrix:
     - R_VERSION: devel
     - R_VERSION: release
-    - R_VERSION: 3.4.0
+    USE_RTOOLS: true
 
 build_script:
   - travis-tool.sh install_bioc_deps
-- 
GitLab