-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(allpautils_names)
export(create_dap)
export(export)
export(gen_admin_div)
export(get_aero)
export(get_climate)
export(get_co)
export(get_def)
export(get_etp)
export(get_fldas)
export(get_ghm)
export(get_ghsl)
export(get_no2)
export(get_noaa)
export(get_o3)
export(get_od_data)
export(get_pop)
export(get_so2)
export(get_urban)
export(get_vegetation)
export(get_viirs)
export(innova_pal)
export(pol_as_ee)
export(read_batch)
export(scale_color_innova)
export(scale_fill_innova)
export(show_pal)
export(use_rmd_flatly)
export(use_xaringan)
export(vulnerability_index)
import(dplyr)
import(sf)
importFrom(Matrix,Matrix)
importFrom(dplyr,contains)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(fs,dir_ls)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(grDevices,colorRampPalette)
importFrom(magrittr,"%>%")
importFrom(magrittr,use_series)
importFrom(methods,new)
importFrom(psych,principal)
importFrom(purrr,is_empty)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,reduce)
importFrom(readr,read_csv)
importFrom(reticulate,source_python)
importFrom(reticulate,use_python)
importFrom(rgee,sf_as_ee)
importFrom(rlang,.data)
importFrom(sf,st_simplify)
importFrom(sf,st_transform)
importFrom(stats,cor)
importFrom(stringi,stri_trans_general)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(tidyr,drop_na)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyr,unnest)
importFrom(zoo,na.locf)