Skip to content

Commit

Permalink
remove desolve
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Dec 16, 2024
1 parent c7b3e72 commit 989b498
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 @@ -53,7 +53,6 @@ export(simulate_removal_times)
export(update)
importFrom(abind,abind)
importFrom(data.table,data.table)
importFrom(deSolve,ode)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
Expand Down
1 change: 0 additions & 1 deletion R/exposure_models.R
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ exposure_model_dem_mod <- function(i, t, x, g, foe_pars, demography, dem_mod, t_
#' @param time_res Time steps to solve the ODEs. Set lower for higher accuracy.
#' @param ... Additional arguments
#' @return Probability of exposure for the requested time step
#' @importFrom deSolve ode
#' @export
#' @examples
#' times <- seq(0,365,by=1)
Expand Down

0 comments on commit 989b498

Please sign in to comment.