From 75f638dca3ab94975628b4b5ee0933fd04d37d77 Mon Sep 17 00:00:00 2001 From: andzajan Date: Fri, 15 May 2020 15:50:51 +0100 Subject: [PATCH] AppVeyor build changed to release versions of R and Bioc. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e04ae59..688ab5c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,8 +19,8 @@ environment: # see https://github.com/krlmlr/r-appveyor#readme for details # USE_RTOOLS: true # R_REMOTES_STANDALONE: true - R_VERSION: devel - BIOC_USE_DEVEL: TRUE + R_VERSION: release + BIOC_USE_DEVEL: false USE_RTOOLS: true PKGTYPE: both