Skip to content

Commit

Permalink
Fix check notes (#454)
Browse files Browse the repository at this point in the history
* Update .Rbuildignore

* Update .Rbuildignore

* Update DESCRIPTION

Former-commit-id: e58e62b79fa5a69c7a2aa09d3a23b189dcb0c062 [formerly b04de28ead6f218e03369ad61d98b00f0b50643d]
Former-commit-id: ad62ce7be529953d762ef5ad5f783a3fd45db5e6
  • Loading branch information
seabbs authored Nov 19, 2024
1 parent 09f93b1 commit d4757f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
^\.github$
^\.pre-commit-config\.yaml$
^\.devcontainer$
^\.Rprofile
^\.Rprofile$
^_pkgdown\.yml$
^docs$
^data-raw$
^CITATION\.cff$
^pkgdown$
^doc$
^Meta$
README.Rmd
^README.Rmd$
^pkgdown$
^vignettes/approx-inference\.Rmd$
^vignettes/ebola\.Rmd$
^\.lintr$
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ Suggests:
priorsense,
usethis,
pkgdown,
CodeDepends
LinkingTo:
CodeDepends,
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0)
Expand Down

0 comments on commit d4757f0

Please sign in to comment.