-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
120 lines (119 loc) · 3.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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Generated by roxygen2: do not edit by hand
export(clean)
export(correct)
export(errorPlot_dl)
export(errorPlot_fields)
export(errorPlot_states)
export(errorTable)
export(fileCheck)
export(findDuplicates)
export(fixDuplicates)
export(glyphCheck)
export(identicalBags)
export(issueCheck)
export(outOfStateHunters)
export(proof)
export(pullErrors)
export(read_hip)
export(redFlags)
export(renameFiles)
export(shiftCheck)
export(strataCheck)
export(validate)
export(writeReport)
export(write_hip)
export(youthHunters)
importFrom(data.table,fwrite)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,count)
importFrom(dplyr,cur_group_id)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,if_all)
importFrom(dplyr,if_any)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,quo_name)
importFrom(dplyr,reframe)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice_sample)
importFrom(dplyr,summarize)
importFrom(dplyr,sym)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expansion)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(lubridate,"%within%")
importFrom(lubridate,interval)
importFrom(lubridate,mdy)
importFrom(lubridate,ymd)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,pmap_chr)
importFrom(purrr,walk)
importFrom(quarto,quarto_render)
importFrom(readr,fwf_widths)
importFrom(readr,read_fwf)
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(stats,reorder)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_length)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,as_tibble_col)
importFrom(tibble,tibble)
importFrom(tidyr,all_of)
importFrom(tidyr,expand_grid)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate_longer_delim)
importFrom(tidyr,separate_wider_delim)
importFrom(tidyr,separate_wider_position)
importFrom(tidyr,starts_with)
importFrom(tidyr,unite)
importFrom(utils,globalVariables)