Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621ee32 commit 63e463bCopy full SHA for 63e463b
.github/workflows/cmd-check.yaml
@@ -87,13 +87,6 @@ jobs:
87
install.packages("rcmdcheck")
88
shell: Rscript {0}
89
90
- - name: install dev version of dbplyr to test for upcoming 2.0 release
91
- if: matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release'
92
- run: |
93
- # (https://twitter.com/hadleywickham/status/1310667392448684038)
94
- remotes::install_github("tidyverse/dbplyr")
95
- shell: Rscript {0}
96
-
97
- name: Check
98
run: rcmdcheck::rcmdcheck(args = ${{ matrix.config.args }}, error_on = 'warning', check_dir = 'check')
99
0 commit comments