-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
71 lines (70 loc) · 1.78 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Generated by roxygen2: do not edit by hand
export("%>%")
export(backcalc_infectionRisk_perDay)
export(calc_health_risk)
export(calc_infection_risk)
export(config_read)
export(config_write)
export(config_write_dummy)
export(create_random_distribution)
export(default_max)
export(default_min)
export(distribution_repeater)
export(dr.betapoisson)
export(dr.db_download)
export(dr.db_model)
export(dr.expo)
export(generate_random_values)
export(get_percentile)
export(opencpu_config_read)
export(opencpu_simulate_risk)
export(plot_doseresponse)
export(plot_effluent)
export(plot_event_dalys)
export(plot_event_dose)
export(plot_event_exposure)
export(plot_event_illnessProb)
export(plot_event_infectionProb)
export(plot_event_volume)
export(plot_inflow)
export(plot_reduction)
export(plot_total_dalys)
export(plot_total_illnessProb)
export(plot_total_infectionProb)
export(poisson_dose)
export(report_workflow)
export(run_app)
export(simulate_exposure)
export(simulate_inflow)
export(simulate_risk)
export(simulate_treatment)
export(who_getTreatment)
import(dplyr)
import(ggplot2)
importFrom(dplyr,mutate)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,catIf)
importFrom(kwb.utils,moveColumnsToFront)
importFrom(kwb.utils,removeColumns)
importFrom(kwb.utils,renameColumns)
importFrom(kwb.utils,selectColumns)
importFrom(magrittr,"%>%")
importFrom(plyr,rbind.fill)
importFrom(readr,read_csv)
importFrom(rlang,.data)
importFrom(sfsmisc,lseq)
importFrom(shiny,runApp)
importFrom(stats,median)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(tidyr,spread)
importFrom(utils,browseURL)
importFrom(utils,write.csv)
importFrom(utils,zip)