Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63e463b

Browse files
committed
don't need dev version of dbplyr anymore
1 parent 621ee32 commit 63e463b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/cmd-check.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ jobs:
8787
install.packages("rcmdcheck")
8888
shell: Rscript {0}
8989

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-
9790
- name: Check
9891
run: rcmdcheck::rcmdcheck(args = ${{ matrix.config.args }}, error_on = 'warning', check_dir = 'check')
9992
shell: Rscript {0}

0 commit comments

Comments
 (0)