From d1150cb33f76d5d3ec19e3249fd9d1218d6bcdba Mon Sep 17 00:00:00 2001 From: Jeremy Raw Date: Fri, 24 May 2024 09:53:32 -0400 Subject: [PATCH] Moved build default R version to 4.4.0 --- build/Makefile | 2 +- build/Makefile.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Makefile b/build/Makefile index 289214f6b..af2cf5edd 100644 --- a/build/Makefile +++ b/build/Makefile @@ -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 diff --git a/build/Makefile.md b/build/Makefile.md index 21b9e7589..ef2383de0 100644 --- a/build/Makefile.md +++ b/build/Makefile.md @@ -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