We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448bea0 commit 98e7eb3Copy full SHA for 98e7eb3
.github/workflows/R-CMD-check.yaml
@@ -77,11 +77,6 @@ jobs:
77
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
78
sudo -s eval "$sysreqs"
79
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
-
85
- name: Install system dependencies on macOS
86
if: runner.os == 'macOS'
87
run: |
0 commit comments