Skip to content
Snippets Groups Projects
Commit 4c6069b5 authored by pachka.hammami's avatar pachka.hammami
Browse files

add pbapply function to namespace

parent c7923a6d
Branches
No related tags found
2 merge requests!18Main to experimentation plan,!17Main
......@@ -44,6 +44,7 @@ importFrom(magrittr,is_in)
importFrom(magrittr,multiply_by)
importFrom(magrittr,not)
importFrom(magrittr,subtract)
importFrom(pbapply,pbapply)
importFrom(pbapply,pblapply)
importFrom(sf,st_as_sf)
importFrom(shiny,incProgress)
......
......@@ -8,6 +8,7 @@
#' @param parcels data.frame or data.table describing the patches. Required columns: 'ID': unique identifier, 'POP': population size, 'Kfix': fix carrying capacity for larvae and pupae, 'Kvar': variable carrying capacity for larvae and pupae, 'STATION': meteorological station identifier (optional), 'DIFF_ALT': difference between meteorological station altitude and average altitude of the patch (optional).
#' @param introduction_pts data.frame or data.table describing the introduction of individuals. Can be generated by [build_E_random()] function (see function documentation for additional details on the structure).
#'
#' @importFrom pbapply pbapply
#' @importFrom pbapply pblapply
#' @importFrom SimInf run
#' @importFrom SimInf trajectory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment