-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
76 lines (75 loc) · 2.04 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
72
73
74
75
76
# Generated by roxygen2: do not edit by hand
export(article_column_type)
export(assign_qa_score)
export(check_column_types)
export(check_df_for_meta)
export(check_ulim)
export(color_palette)
export(country_palette)
export(custom_palette)
export(delays_to_days)
export(filter_cols)
export(filter_df_for_metamean)
export(filter_df_for_metaprop)
export(forest_plot)
export(forest_plot_delay_int)
export(forest_plot_doubling_time)
export(forest_plot_incubation_period)
export(forest_plot_infectious_period)
export(forest_plot_r0)
export(forest_plot_rt)
export(forest_plot_serial_interval)
export(get_incubation_period)
export(get_key_columns)
export(get_parameter)
export(invert_inverse_params)
export(load_epidata)
export(load_epidata_raw)
export(mark_multiple_estimates)
export(model_column_type)
export(outbreak_column_type)
export(param_pm_uncertainty)
export(parameter_column_type)
export(parameter_palette)
export(pretty_article_label)
export(priority_pathogens)
export(qa_questions)
export(reorder_studies)
export(reparam_gamma)
export(shape_palette)
export(short_parameter_type)
export(theme_epireview)
export(update_article_info)
export(value_type_palette)
import(ggplot2)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_end)
importFrom(cli,cli_h2)
importFrom(cli,cli_inform)
importFrom(cli,cli_li)
importFrom(cli,cli_ol)
importFrom(cli,cli_warn)
importFrom(dplyr,left_join)
importFrom(epitrix,gamma_shapescale2mucv)
importFrom(ggforce,facet_col)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(readr,write_csv)
importFrom(scales,squish)
importFrom(vroom,col_character)
importFrom(vroom,col_double)
importFrom(vroom,col_integer)
importFrom(vroom,col_logical)
importFrom(vroom,problems)
importFrom(vroom,vroom)