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 13889aa commit 61d5d05Copy full SHA for 61d5d05
setup-r-dependencies/action.yaml
@@ -103,6 +103,8 @@ runs:
103
} else {
104
message("R_LIBS_USER GH env var is already set: ", Sys.getenv("R_LIBS_USER"))
105
}
106
+ dir.create(Sys.getenv("R_LIBS_SITE"), recursive = TRUE, showWarnings = FALSE)
107
+ dir.create(Sys.getenv("R_LIBS_USER"), recursive = TRUE, showWarnings = FALSE)
108
cat("::endgroup::\n")
109
shell: Rscript {0}
110
0 commit comments