Skip to content

Commit b3b88ed

Browse files
committed
Install dev rmarkdown on oldrel-4
1 parent 480cbfc commit b3b88ed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/install/action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,12 @@ runs:
7777
sudo ln -s $(which true) /usr/local/bin/qpdf
7878
sudo ln -s $(which true) /usr/local/bin/checkbashisms
7979
shell: bash
80+
81+
- name: "Band aid: install rmarkdown from GitHub in older R"
82+
run: |
83+
try(
84+
if (getRversion() < "3.5" && packageVersion("rmarkdown") < "2.13") {
85+
pak::pak("rstudio/rmarkdown")
86+
}
87+
)
88+
shell: Rscript {0}

0 commit comments

Comments
 (0)