Skip to content

Commit

Permalink
add withr to imports, document()
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Mar 6, 2024
1 parent bb46307 commit a31d363
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Imports:
pillar,
cli,
nlme,
ggokabeito
ggokabeito,
withr
Suggests:
gamm4,
lme4,
Expand All @@ -42,7 +43,6 @@ Suggests:
MASS,
scam,
datasets,
withr,
knitr,
rmarkdown,
forcats,
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -588,3 +588,5 @@ importFrom(utils,combn)
importFrom(utils,getFromNamespace)
importFrom(utils,packageVersion)
importFrom(vctrs,vec_c)
importFrom(withr,with_preserve_seed)
importFrom(withr,with_seed)
5 changes: 5 additions & 0 deletions man/post_draws.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a31d363

Please sign in to comment.