Skip to content

Commit

Permalink
Updated to R 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrawbits committed Nov 9, 2021
1 parent c41e9c5 commit 3e7465e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion build/R-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3e7465e

Please sign in to comment.