Skip to content

Commit

Permalink
purrr added to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
japilo committed Apr 12, 2024
1 parent 156b721 commit 2e50480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export(siri_model_winter)
import(cli)
import(dplyr)
import(poems)
import(purrr)
import(tibble)
importFrom(R6,R6Class)
importFrom(doParallel,registerDoParallel)
Expand Down
1 change: 1 addition & 0 deletions R/disease_dispersal.r
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#' \item{\code{segment_abundance}}{Matrix of abundance for each stage by compartment (rows) and population (columns) at time step.}
#' \item{\code{returns}}{New stage abundance matrix with dispersal applied.}
#' }
#' @import purrr
#' @export disease_dispersal

disease_dispersal <- function(replicates,
Expand Down

0 comments on commit 2e50480

Please sign in to comment.