Skip to content

Commit

Permalink
Moved build default R version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrawbits committed May 24, 2024
1 parent ffbd1fc commit d1150cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $(info $(shell git branch --show-current 2>/dev/null))
$(info VE_BRANCH is $(VE_BRANCH))
VE_BRANCH?=$(shell git branch --show-current 2>/dev/null || echo visioneval)
ifeq ($(OS),Windows_NT)
VE_R_VERSION?=4.3.2
VE_R_VERSION?=4.4.0
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 @@ -135,7 +135,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.3.2
VE_R_VERSION?=4.4.0
RTERM:="$(shell scripts/find-R.bat $(VE_R_VERSION))"
WINDOWS=TRUE
else
Expand Down

0 comments on commit d1150cb

Please sign in to comment.