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.
2 parents 0c0ca18 + d1c063b commit a53e36cCopy full SHA for a53e36c
.github/workflows/r-ci.yml
@@ -48,7 +48,7 @@ jobs:
48
${{ runner.os }}-r-facebook-survey-
49
- name: Install R dependencies
50
run: |
51
- if ( packageVersion("readr") != "1.4.0" ) {
+ if ( !require("readr") || packageVersion("readr") != "1.4.0" ) {
52
install.packages("devtools")
53
devtools::install_version("readr", version = "1.4.0")
54
}
0 commit comments