-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
102 lines (101 loc) · 2.73 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
# Generated by roxygen2: do not edit by hand
export(annotate_smru_tables)
export(clean_diag)
export(clean_meta)
export(diagnostics)
export(get_smru_mdb)
export(grab_QC)
export(map_QC)
export(multi_filter)
export(prep_diag)
export(pull_smru_tables)
export(push_2_aodn)
export(redo_multi_filter)
export(truncate_smru_ssm)
export(write_2_csv)
importFrom(aniMotum,aes_lst)
importFrom(aniMotum,fit_ssm)
importFrom(aniMotum,format_data)
importFrom(aniMotum,join)
importFrom(aniMotum,ssm_control)
importFrom(assertthat,assert_that)
importFrom(dplyr,"%>%")
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(future,plan)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(grDevices,extendrange)
importFrom(grDevices,grey)
importFrom(grDevices,hcl.colors)
importFrom(kableExtra,kable)
importFrom(kableExtra,kable_styling)
importFrom(lubridate,decimal_date)
importFrom(lubridate,mdy_hms)
importFrom(purrr,pmap)
importFrom(purrr,walk)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(rnaturalearth,ne_countries)
importFrom(sf,"st_geometry<-")
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_make_valid)
importFrom(sf,st_multipolygon)
importFrom(sf,st_polygon)
importFrom(sf,st_set_crs)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(snakecase,to_snake_case)
importFrom(stringr,regex)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_to_lower)
importFrom(tibble,as_tibble)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,unzip)