diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index af656c6..bfc9f4d 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -33,8 +33,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::pkgdown, dplyr, local::. - install-dependencies: true + extra-packages: any::pkgdown, local::. needs: website - name: Build site diff --git a/DESCRIPTION b/DESCRIPTION index 591cca3..ba89e5b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,10 +15,12 @@ RoxygenNote: 7.3.2 LazyData: false URL: https://github.com/HautaniemiLab/jellyfisher, https://hautaniemilab.github.io/jellyfisher/ BugReports: https://github.com/HautaniemiLab/jellyfisher/issues -Suggests: +Imports: + htmlwidgets, dplyr, - knitr, - rmarkdown, stringr +Suggests: + knitr, + rmarkdown Depends: R (>= 4.1.0) VignetteBuilder: knitr