Skip to content

Commit 98e7eb3

Browse files
Remove a workaround about rmarkdown on R <3.6 (#4069)
1 parent 448bea0 commit 98e7eb3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ jobs:
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-
8580
- name: Install system dependencies on macOS
8681
if: runner.os == 'macOS'
8782
run: |

0 commit comments

Comments
 (0)