We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a431909 commit 5c21dc7Copy full SHA for 5c21dc7
.github/workflows/R-CMD-check.yaml
@@ -97,11 +97,11 @@ jobs:
97
run: |
98
pak::pak("shinytest")
99
shinytest::installDependencies()
100
- pak::pak()
101
shell: Rscript {0}
102
103
- name: Install dependencies
104
+ options(install.packages.check.source = "no")
105
pak::local_install_dev_deps(upgrade = TRUE)
106
pak::pkg_install("rcmdcheck")
107
0 commit comments