File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name: R-CMD-check
1010
1111# Increment this version when we want to clear cache
1212env :
13- cache-version : v1
13+ cache-version : v2
1414
1515jobs :
1616 R-CMD-check :
7777 sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
7878 sudo -s eval "$sysreqs"
7979
80+ # Remove this when the new rmarkdown is released on CRAN
81+ - name : " Workaround for rstudio/rmarkdown#1831"
82+ if : runner.os == 'Linux' && matrix.config.r < '3.6'
83+ run : Rscript -e "remotes::install_github('rstudio/rmarkdown')"
84+
8085 - name : Install system dependencies on macOS
8186 if : runner.os == 'macOS'
8287 run : |
Original file line number Diff line number Diff line change 2626 # switch off vdiffr by default
2727 - VDIFFR_RUN_TESTS=false
2828
29+ # Workaround for rstudio/rmarkdown#1831
30+ r_github_packages : rstudio/rmarkdown
31+
2932after_success :
3033 - Rscript -e 'covr::codecov()'
3134
You can’t perform that action at this time.
0 commit comments