-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
70 lines (69 loc) · 1.7 KB
/
Copy pathNAMESPACE
File metadata and controls
70 lines (69 loc) · 1.7 KB
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
# Generated by roxygen2: do not edit by hand
export(ISR_deprivation)
export(ISR_deprivation_plot)
export(ISR_deprivation_plotly)
export(ISR_deprivation_table)
export(byars_ci)
export(create_ISR_deprivation_output)
export(derive_sql_data_types)
export(disp_ratio)
export(exact_SMR_ci)
export(f_year)
export(f_year_end)
export(f_year_start)
export(generate_year_series)
export(ggplotly_icb)
export(icb_theme_cols)
export(icb_theme_pal)
export(phi_func)
export(prop_ci)
export(scale_color_icb)
export(scale_colour_icb)
export(scale_fill_icb)
export(tau_func)
export(theme_icb)
export(thin_binomial)
import(NHSRdatasets)
import(fs)
import(ggplot2)
import(usethis)
importFrom(MASS,glm.nb)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(glue,glue)
importFrom(gt,cell_fill)
importFrom(gt,cell_text)
importFrom(gt,cells_body)
importFrom(gt,cells_column_labels)
importFrom(gt,cols_align)
importFrom(gt,cols_hide)
importFrom(gt,cols_width)
importFrom(gt,everything)
importFrom(gt,from_column)
importFrom(gt,gt)
importFrom(gt,opt_row_striping)
importFrom(gt,pct)
importFrom(gt,px)
importFrom(gt,tab_options)
importFrom(gt,tab_style)
importFrom(janitor,clean_names)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(scales,percent)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,df.residual)
importFrom(stats,glm)
importFrom(stats,glm.control)
importFrom(stats,profile)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,rbinom)
importFrom(stats,residuals)