From 3e7465ef95d525eee3c0b3e028e00f5b48470275 Mon Sep 17 00:00:00 2001 From: Jeremy Raw Date: Mon, 8 Nov 2021 20:02:21 -0500 Subject: [PATCH] Updated to R 4.1.2 --- build/Makefile | 2 +- build/Makefile.md | 2 +- build/R-versions.yml | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build/Makefile b/build/Makefile index 2dd9519e0..bf0800980 100644 --- a/build/Makefile +++ b/build/Makefile @@ -7,7 +7,7 @@ VE_RUNTESTS?=Default VE_EXPRESS?=YES # should be NO, or unset, for standard use VE_BRANCH?=$(shell git branch --show-current 2>/dev/null || echo visioneval) ifeq ($(OS),Windows_NT) - VE_R_VERSION?=4.1.1 + VE_R_VERSION?=4.1.2 RTERM:="$(shell scripts/find-R.bat $(VE_R_VERSION))" WINDOWS=TRUE else diff --git a/build/Makefile.md b/build/Makefile.md index 2ab420963..6165aac24 100644 --- a/build/Makefile.md +++ b/build/Makefile.md @@ -98,7 +98,7 @@ VE_RUNTESTS?=Default VE_EXPRESS?=YES # should be NO, or unset, for standard use VE_BRANCH?=$(shell git branch --show-current 2>/dev/null || echo visioneval) ifeq ($(OS),Windows_NT) - VE_R_VERSION?=4.1.1 + VE_R_VERSION?=4.1.2 RTERM:="$(shell scripts/find-R.bat $(VE_R_VERSION))" WINDOWS=TRUE else diff --git a/build/R-versions.yml b/build/R-versions.yml index 2bebb3093..ded287c07 100644 --- a/build/R-versions.yml +++ b/build/R-versions.yml @@ -45,5 +45,8 @@ BioC: https://www.bioconductor.org/packages/3.13/bioc CRAN: https://cran.microsoft.com/snapshot/2021-08-10 4.1.1: - BioC: https://www.bioconductor.org/packages/3.13/bioc + BioC: https://www.bioconductor.org/packages/3.14/bioc + CRAN: https://cran.microsoft.com/snapshot/2021-11-01 +4.1.2: + BioC: https://www.bioconductor.org/packages/3.14/bioc CRAN: https://cloud.r-project.org