Skip to content

Commit 9d88f82

Browse files
Merge branch 'master' of https://github.com/moodymudskipper/flow
2 parents dbcd00b + b3b88ed commit 9d88f82

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)