forked from epiforecasts/ringbp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
32 lines (31 loc) · 816 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Generated by roxygen2: do not edit by hand
export(detect_extinct)
export(dist_setup)
export(extinct_prob)
export(inf_fn)
export(outbreak_model)
export(outbreak_setup)
export(outbreak_step)
export(parameter_sweep)
export(scenario_sim)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fifelse)
importFrom(data.table,rbindlist)
importFrom(future.apply,future_lapply)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,partial)
importFrom(purrr,safely)
importFrom(sn,rsn)
importFrom(stats,as.formula)
importFrom(stats,dist)
importFrom(stats,dnbinom)
importFrom(stats,dweibull)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rweibull)
importFrom(utils,data)