diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 566442a..49d8a77 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -33,7 +33,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::pkgdown, local::., any::withr, stan-dev/pkgdown-config + extra-packages: any::pkgdown, local::., any::withr, stan-dev/pkgdown-config, any::BH, any::RcppEigen - name: Build site run: | diff --git a/DESCRIPTION b/DESCRIPTION index 823dc5f..644ddcd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -48,8 +48,6 @@ SystemRequirements: pandoc Imports: desc, stats, utils, Rcpp (>= 0.12.16), RcppParallel (>= 5.0.1) Suggests: rstan (>= 2.17.2), - BH (>= 1.66.0), - RcppEigen (>= 0.3.3.3.0), usethis (>= 1.5.1), testthat (>= 2.0.0), knitr,