Unverified Commit 5ea00579 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] [R-package] test against R 4.3 on Linux and macOS (#6075)

parent bca716cc
...@@ -21,9 +21,9 @@ if [[ "${R_MAJOR_VERSION}" == "3" ]]; then ...@@ -21,9 +21,9 @@ if [[ "${R_MAJOR_VERSION}" == "3" ]]; then
export R_LINUX_VERSION="3.6.3-1bionic" export R_LINUX_VERSION="3.6.3-1bionic"
export R_APT_REPO="bionic-cran35/" export R_APT_REPO="bionic-cran35/"
elif [[ "${R_MAJOR_VERSION}" == "4" ]]; then elif [[ "${R_MAJOR_VERSION}" == "4" ]]; then
export R_MAC_VERSION=4.2.2 export R_MAC_VERSION=4.3.1
export R_MAC_PKG_URL=${CRAN_MIRROR}/bin/macosx/base/R-${R_MAC_VERSION}.pkg export R_MAC_PKG_URL=${CRAN_MIRROR}/bin/macosx/big-sur-x86_64/base/R-${R_MAC_VERSION}-x86_64.pkg
export R_LINUX_VERSION="4.2.2-1.2204.0" export R_LINUX_VERSION="4.3.1-1.2204.0"
export R_APT_REPO="jammy-cran40/" export R_APT_REPO="jammy-cran40/"
else else
echo "Unrecognized R version: ${R_VERSION}" echo "Unrecognized R version: ${R_VERSION}"
...@@ -56,6 +56,7 @@ if [[ $OS_NAME == "linux" ]]; then ...@@ -56,6 +56,7 @@ if [[ $OS_NAME == "linux" ]]; then
texlive-latex-recommended \ texlive-latex-recommended \
texlive-fonts-recommended \ texlive-fonts-recommended \
texlive-fonts-extra \ texlive-fonts-extra \
tidy \
qpdf \ qpdf \
|| exit -1 || exit -1
......
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
task: r-package task: r-package
compiler: gcc compiler: gcc
r_version: 4.2 r_version: 4.3
build_type: cmake build_type: cmake
container: 'ubuntu:22.04' container: 'ubuntu:22.04'
- os: ubuntu-latest - os: ubuntu-latest
...@@ -60,19 +60,19 @@ jobs: ...@@ -60,19 +60,19 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
task: r-package task: r-package
compiler: clang compiler: clang
r_version: 4.2 r_version: 4.3
build_type: cmake build_type: cmake
container: 'ubuntu:22.04' container: 'ubuntu:22.04'
- os: macOS-latest - os: macOS-latest
task: r-package task: r-package
compiler: gcc compiler: gcc
r_version: 4.2 r_version: 4.3
build_type: cmake build_type: cmake
container: null container: null
- os: macOS-latest - os: macOS-latest
task: r-package task: r-package
compiler: clang compiler: clang
r_version: 4.2 r_version: 4.3
build_type: cmake build_type: cmake
container: null container: null
- os: windows-latest - os: windows-latest
...@@ -125,13 +125,13 @@ jobs: ...@@ -125,13 +125,13 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
task: r-package task: r-package
compiler: gcc compiler: gcc
r_version: 4.2 r_version: 4.3
build_type: cran build_type: cran
container: 'ubuntu:22.04' container: 'ubuntu:22.04'
- os: macOS-latest - os: macOS-latest
task: r-package task: r-package
compiler: clang compiler: clang
r_version: 4.2 r_version: 4.3
build_type: cran build_type: cran
container: null container: null
################ ################
...@@ -140,7 +140,7 @@ jobs: ...@@ -140,7 +140,7 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
task: r-rchk task: r-rchk
compiler: gcc compiler: gcc
r_version: 4.2 r_version: 4.3
build_type: cran build_type: cran
container: 'ubuntu:22.04' container: 'ubuntu:22.04'
steps: steps:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment