From 22292a4fea8ee5fde36e69fef18f383c5e178b36 Mon Sep 17 00:00:00 2001 From: jgabry Date: Wed, 22 Jul 2026 09:00:57 -0600 Subject: [PATCH] add BH, RcppEigen --- .github/workflows/pkgdown.yaml | 2 +- DESCRIPTION | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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,