Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
edknock committed Oct 2, 2024
1 parent f11f8c3 commit f736b6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Suggests:
odin.dust (>= 0.3.3),
testthat (>= 3.0.0)
Imports:
squire
squire,
dplyr,
plyr
Config/testthat/edition: 3
SystemRequirements: C++14
Remotes:
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export(parameters_demographic)
export(parameters_fixed)
export(run_mpoxSEIR_targetedVax_multiple)
export(run_mpoxSEIR_targetedVax_single)
importFrom(plyr,adply)
importFrom(squire,get_mixing_matrix)
importFrom(squire,get_population)
importFrom(stats,dmultinom)
Expand Down

0 comments on commit f736b6e

Please sign in to comment.