-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
141 lines (140 loc) · 4.19 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Generated by roxygen2: do not edit by hand
export(ajouter_donnees_assecs_aux_stations)
export(ajouter_zones_propluvia)
export(assembler_fichiers_onde_annuels_csv)
export(calculer_assecs_ete)
export(calculer_assecs_heatmap)
export(calculer_bilan_ecoulement)
export(calculer_indice_onde)
export(calculer_recurrence_assecs)
export(completer_observations_mois_manquants)
export(creer_couche_geo_stations)
export(creer_variable_Mois)
export(exporter_les_graphiques_png)
export(gerer_les_campagnes)
export(lire_couche_sages)
export(passer_en_format_large)
export(produire_carte_dynamique)
export(produire_carte_statique)
export(produire_graph_heatmap_assecs)
export(produire_graph_pour_toutes_les_stations)
export(produire_graph_pour_une_station)
export(produire_graph_pour_une_station_v2)
export(produire_graph_reccurrence_assecs)
export(produire_graph_type_ecoulement)
export(produire_rapport_mensuel_dpt)
export(telecharger_donnees_onde_api)
export(telecharger_fichiers_onde_annuels)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_h1)
importFrom(data.table,fread)
importFrom(data.table,rleid)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_recode)
importFrom(forcats,fct_rev)
importFrom(furrr,future_walk)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_text_repel)
importFrom(ggspatial,annotation_north_arrow)
importFrom(ggspatial,annotation_scale)
importFrom(glue,glue)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,hcl.colors)
importFrom(hubeau,get_ecoulement_campagnes)
importFrom(hubeau,get_ecoulement_observations)
importFrom(hubeau,get_ecoulement_stations)
importFrom(hubeau,list_params)
importFrom(leafpop,popupGraph)
importFrom(lubridate,as_date)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ym)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(mapview,mapview)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,pwalk)
importFrom(purrr,reduce)
importFrom(rlang,":=")
importFrom(rmarkdown,render)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(scales,breaks_width)
importFrom(scales,percent_format)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_join)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(stats,setNames)
importFrom(stringr,str_extract)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(stringr,str_subset)
importFrom(stringr,str_wrap)
importFrom(tidyr,complete)
importFrom(tidyr,replace_na)
importFrom(tidyr,spread)
importFrom(utils,download.file)
importFrom(utils,glob2rx)
importFrom(utils,unzip)
importFrom(xml2,read_html)