Skip to content

Commit d337548

Browse files
committed
Adding the extra package
1 parent d146f7f commit d337548

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/r.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151

5252
- uses: r-lib/actions/setup-r-dependencies@v2
5353
with:
54-
extra-packages: any::rcmdcheck
54+
extra-packages: |
55+
any::rcmdcheck
56+
github::USCBiostats/barryr
5557
needs: check
5658

5759
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)