Skip to content

Commit 3e7465e

Browse files
committed
Updated to R 4.1.2
1 parent c41e9c5 commit 3e7465e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VE_RUNTESTS?=Default
77
VE_EXPRESS?=YES # should be NO, or unset, for standard use
88
VE_BRANCH?=$(shell git branch --show-current 2>/dev/null || echo visioneval)
99
ifeq ($(OS),Windows_NT)
10-
VE_R_VERSION?=4.1.1
10+
VE_R_VERSION?=4.1.2
1111
RTERM:="$(shell scripts/find-R.bat $(VE_R_VERSION))"
1212
WINDOWS=TRUE
1313
else

build/Makefile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ VE_RUNTESTS?=Default
9898
VE_EXPRESS?=YES # should be NO, or unset, for standard use
9999
VE_BRANCH?=$(shell git branch --show-current 2>/dev/null || echo visioneval)
100100
ifeq ($(OS),Windows_NT)
101-
VE_R_VERSION?=4.1.1
101+
VE_R_VERSION?=4.1.2
102102
RTERM:="$(shell scripts/find-R.bat $(VE_R_VERSION))"
103103
WINDOWS=TRUE
104104
else

build/R-versions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@
4545
BioC: https://www.bioconductor.org/packages/3.13/bioc
4646
CRAN: https://cran.microsoft.com/snapshot/2021-08-10
4747
4.1.1:
48-
BioC: https://www.bioconductor.org/packages/3.13/bioc
48+
BioC: https://www.bioconductor.org/packages/3.14/bioc
49+
CRAN: https://cran.microsoft.com/snapshot/2021-11-01
50+
4.1.2:
51+
BioC: https://www.bioconductor.org/packages/3.14/bioc
4952
CRAN: https://cloud.r-project.org

0 commit comments

Comments
 (0)