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 1484ebd commit 8948bcaCopy full SHA for 8948bca
.github/workflows/revdepcheck-top.yaml
@@ -18,7 +18,7 @@ jobs:
18
- { r: "release", pkg: "dipsaus" }
19
- { r: "release", pkg: "EFAtools" }
20
- { r: "release", pkg: "fxTWAPLS" }
21
- - { r: "release", pkg: "gtfs2gps" }
+# - { r: "release", pkg: "gtfs2gps" }
22
env:
23
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
24
RSPM: https://packagemanager.rstudio.com/cran/__linux__/focal/latest
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
remotes::install_deps(dependencies = TRUE)
68
remotes::install_cran("rcmdcheck")
69
- install.packages("${{ matrix.config.pkg }}", dependencies=TRUE)
+ remotes::install_cran("${{ matrix.config.pkg }}", dependencies=TRUE)
70
shell: Rscript {0}
71
72
- name: Session info
0 commit comments