Skip to content

Commit

Permalink
Remove import statement in package
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed Oct 1, 2024
1 parent 7678764 commit 426af5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export(simulate_exponential_cases)
export(simulate_gillespie)
export(simulate_secondary)
export(simulate_uniform_cases)
import(cmdstanr)
import(ggplot2)
importFrom(brms,bf)
importFrom(brms,prior)
Expand Down
1 change: 0 additions & 1 deletion R/epidist-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"_PACKAGE"

#' @import ggplot2
#' @import cmdstanr

## usethis namespace: start
#' @importFrom dplyr filter select
Expand Down

0 comments on commit 426af5d

Please sign in to comment.