-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
export("contact_rates<-")
export("country_demog<-")
export("initial_conditions<-")
export("intervention_parameters<-")
export("interventions<-")
export("transmission_parameters<-")
export(InterventionParameters)
export(SEIRD)
export(SEIRDAge)
export(SEIRDNPIAge)
export(SEIRDV)
export(SEIRDVAge)
export(SEIRD_BD)
export(SEIRD_CT)
export(SEIRD_RU)
export(SEIaImIsRD)
export(SEmIRD)
export(SimulationParameters)
export(contact_rates)
export(country_demog)
export(covid_transmission_parameters)
export(fraction_rural)
export(initial_cases_deaths)
export(initial_conditions)
export(intervention_parameters)
export(intervention_protocol)
export(interventions)
export(ode_structure_diagram)
export(run)
export(tanh_coverage_smoother)
export(transmission_parameters)
exportMethods("contact_rates<-")
exportMethods("country_demog<-")
exportMethods("initial_conditions<-")
exportMethods("intervention_parameters<-")
exportMethods("interventions<-")
exportMethods("transmission_parameters<-")
exportMethods(R0)
exportMethods(contact_rates)
exportMethods(country_demog)
exportMethods(fraction_rural)
exportMethods(initial_cases_deaths)
exportMethods(initial_conditions)
exportMethods(intervention_parameters)
exportMethods(interventions)
exportMethods(ode_structure_diagram)
exportMethods(run)
exportMethods(transmission_parameters)
import(deSolve)
import(ggplot2)
import(glue)
import(reshape2)
import(tidyverse)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(rlang,.data)