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
  • Loading branch information
seabbs authored Nov 19, 2024
1 parent 3991f2f commit 590838d
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 590838d

Please sign in to comment.