-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
executable file
·50 lines (49 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(check_dir)
export(dates_to_epiweek)
export(extract_samples)
export(format_forecast)
export(get_forecast_date)
export(get_observations)
export(get_truth_data)
export(google_auth)
export(latest_weekday)
export(load_epinow)
export(make_cumulative)
export(make_weekly)
export(simulate_crowd_cases)
export(try_and_wait)
importFrom(EpiNow2,simulate_infections)
importFrom(attempt,attempt)
importFrom(attempt,is_try_error)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,copy)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(googledrive,drive_auth)
importFrom(googledrive,drive_token)
importFrom(googlesheets4,gs4_auth)
importFrom(grates,as_yearweek)
importFrom(here,here)
importFrom(lubridate,epiweek)
importFrom(lubridate,epiyear)
importFrom(lubridate,floor_date)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)