export PLATFORM=ubuntu-2004 export R_VERSION=4.3.3 make build-r-$PLATFORM export PLATFORM=ubuntu-2204 export R_VERSION=4.3.3 make build-r-$PLATFORM export PLATFORM=centos-8 export R_VERSION=4.3.3 make build-r-$PLATFORM export PLATFORM=rhel-9 export R_VERSION=4.3.3 make build-r-$PLATFORM export PLATFORM=alpine export R_VERSION=4.3.3 make build-r-$PLATFORM