Skip to content

Commit 2326b37

Browse files
try adding extra dependencies for suggested packages
could not find a way to install all suggested we could also skip if not installed but that defeats the purpose would probably have to add to other workflows too
1 parent d654c13 commit 2326b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- uses: r-lib/actions/setup-r-dependencies@v2
6969
with:
7070
# install the package itself as we register vignette engine
71-
extra-packages: any::rcmdcheck, local::.
71+
extra-packages: any::rcmdcheck, local::., ggiraph, gt, heatmaply, thematic
7272
needs: check
7373

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

0 commit comments

Comments
 (0)