Skip to content

Commit

Permalink
test: Bump min R version to 4.3 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed May 8, 2024
1 parent 1f58feb commit 9d954c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -20,4 +20,7 @@ jobs:
R-CMD-check:
uses: rstudio/shiny-workflows/.github/workflows/R-CMD-check.yaml@v1
with:
minimum-r-version: "4.1.0"
# * 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"

0 comments on commit 9d954c1

Please sign in to comment.