-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
executable file
·77 lines (76 loc) · 2.12 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(generate_Data200_citation)
export(generate_Data50_citation)
export(get_cache_length)
export(load_Data200)
export(load_Data200_info)
export(load_Data50)
export(load_Data50_info)
export(load_RUIAN_settlement)
export(load_RUIAN_state)
export(load_SLDB_2011)
export(load_SLDB_2011_col_explanations)
export(load_average_salary)
export(load_average_salary_col_explanations)
export(load_cadastral_territory)
export(load_financial_indicators)
export(load_financial_indicators_col_explanations)
export(load_population_age)
export(load_population_age_col_explanations)
export(load_population_settlements)
export(load_population_settlements_col_explanations)
export(save_Data200)
export(save_Data50)
export(set_cache_length)
importFrom(curl,curl_download)
importFrom(curl,curl_fetch_memory)
importFrom(curl,has_internet)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,tibble)
importFrom(fs,dir_create)
importFrom(fs,dir_exists)
importFrom(fs,path)
importFrom(fs,path_norm)
importFrom(fs,path_temp)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(janitor,clean_names)
importFrom(lifecycle,deprecate_stop)
importFrom(magrittr,"%>%")
importFrom(memoise,cache_filesystem)
importFrom(memoise,has_cache)
importFrom(memoise,memoise)
importFrom(memoise,timeout)
importFrom(purrr,list_modify)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(readr,cols)
importFrom(readr,locale)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readxl,read_xls)
importFrom(rlang,.data)
importFrom(rlang,call2)
importFrom(rlang,eval_bare)
importFrom(rlang,set_names)
importFrom(sf,st_crs)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_to_lower)
importFrom(tibble,tribble)
importFrom(usethis,ui_done)
importFrom(usethis,ui_info)
importFrom(usethis,ui_stop)
importFrom(usethis,ui_warn)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,unzip)