-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
export(csv_to_prof)
export(eval_comb)
export(fetch_hhs_data)
export(fetch_hhs_last_modified)
export(fetch_season_tstart_tend)
export(filename_timestamp_to_posix)
export(format_hhs_state)
export(get_HHS_state)
export(get_loc_pop)
export(hhs_2_PROF)
export(hhs_data_ex)
export(hhs_set_fitdates)
export(hhs_set_fitdates_stat)
export(init_model_seirh)
export(init_model_sirh)
export(init_par_list)
export(lin_scale_uncert_profs)
export(load_HHS_csv)
export(plot_mixed_forecast)
export(read_par_list_yaml)
export(score_forecast)
export(semi_sorted_randA)
export(write_par_list_yaml)
exportPattern("^[[:alpha:]]+")
import(EpiEstim)
import(dplyr)
import(ggplot2)
import(gridExtra)
import(lubridate)
import(plyr)
import(pomp)
import(scoringutils)
import(yaml)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,par)
importFrom(stats,dpois)
importFrom(stats,optim)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)
importFrom(zoo,rollmean)
useDynLib(PROF, .registration = TRUE)