Skip to content

Commit

Permalink
Updated R version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrawbits committed Aug 12, 2021
1 parent bc354c7 commit c41e9c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.0
VE_R_VERSION?=4.1.1
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.0
VE_R_VERSION?=4.1.1
RTERM:="$(shell scripts/find-R.bat $(VE_R_VERSION))"
WINDOWS=TRUE
else
Expand Down
3 changes: 3 additions & 0 deletions build/R-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
BioC: https://www.bioconductor.org/packages/3.12/bioc
CRAN: https://cran.microsoft.com/snapshot/2021-05-18
4.1.0:
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
CRAN: https://cloud.r-project.org

0 comments on commit c41e9c5

Please sign in to comment.