-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (33 loc) · 864 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
33
34
35
# Generated by roxygen2: do not edit by hand
export(create_params_file)
export(drift_func)
export(get_cohorts)
export(multiannual)
export(run_sim_2)
export(run_sims_all)
export(run_sims_clust)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,if_else)
importFrom(rdist,pdist)
importFrom(stats,rexp)
useDynLib(morevac, .registration = TRUE)
export(summarise_raw_output)
import(dplyr)
import(tidyr)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(dplyr,if_else)
importFrom(lhs,randomLHS)
importFrom(logitnorm,rlogitnorm)
importFrom(plyr,dlply)
importFrom(rdist,pdist)
importFrom(stats,qunif)
importFrom(stats,rexp)
importFrom(stringr,str_remove)
importFrom(tibble,tibble)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)