Skip to content

test: Bump min R version to 4.3 #410

test: Bump min R version to 4.3

test: Bump min R version to 4.3 #410

Workflow file for this run

# Workflow derived from https://github.com/rstudio/shiny-workflows
#
# NOTE: This Shiny team GHA workflow is overkill for most R packages.
# For most R packages it is better to use https://github.com/r-lib/actions
on:
push:
branches: [master, rc-**]
pull_request:
branches: [master]
schedule:
- cron: '0 5 * * 1' # every monday
name: Package checks
jobs:
website:
uses: rstudio/shiny-workflows/.github/workflows/website.yaml@v1
routine:
uses: rstudio/shiny-workflows/.github/workflows/routine.yaml@v1
R-CMD-check:
uses: rstudio/shiny-workflows/.github/workflows/R-CMD-check.yaml@v1
with:

Check failure on line 22 in .github/workflows/R-CMD-check.yaml

View workflow run for this annotation

GitHub Actions / Package checks

Invalid workflow file

The workflow is not valid. .github/workflows/R-CMD-check.yaml (Line: 22, Col: 10): Unexpected value '' .github/workflows/R-CMD-check.yaml (Line: 26, Col: 5): Unexpected value 'minimum-r-version'
# * emmeans: Can't install dependency estimability (>= 1.4.1)
# * estimability: Needs R >= 4.3.0
# :-( - https://github.com/rvlenth/estimability/blob/9606dad3e04cffa4b6bf54f4124834de464c1f3f/inst/NEWS#L10
minimum-r-version: "4.3.0"