-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
115 lines (114 loc) · 3.05 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
# Generated by roxygen2: do not edit by hand
export(checksum)
export(convert_base4frac_to_dec)
export(convert_dec_to_base4frac)
export(download_zenodo)
export(expand_types)
export(fileman_folders)
export(fileman_up)
export(locate_n2khab_data)
export(md5sum)
export(n2khab_options)
export(read_GRTSmh)
export(read_GRTSmh_base4frac)
export(read_GRTSmh_diffres)
export(read_admin_areas)
export(read_ecoregions)
export(read_env_pressures)
export(read_habitatmap)
export(read_habitatmap_stdized)
export(read_habitatmap_terr)
export(read_habitatquarries)
export(read_habitatsprings)
export(read_habitatstreams)
export(read_namelist)
export(read_raster_runif)
export(read_scheme_types)
export(read_schemes)
export(read_shallowgroundwater)
export(read_soilmap)
export(read_types)
export(read_watercourse_100mseg)
export(read_watersurfaces)
export(read_watersurfaces_hab)
export(sha256sum)
export(xxh64sum)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(curl,nslookup)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,group_vars)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_if)
importFrom(dplyr,tibble)
importFrom(dplyr,tribble)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(forcats,fct_reorder)
importFrom(git2rdata,read_vc)
importFrom(magrittr,set_colnames)
importFrom(plyr,mapvalues)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(rlang,.data)
importFrom(rlang,na_lgl)
importFrom(rprojroot,find_root)
importFrom(rprojroot,find_root_file)
importFrom(rprojroot,has_dir)
importFrom(rprojroot,is_git_root)
importFrom(rprojroot,is_rstudio_project)
importFrom(sf,"st_crs<-")
importFrom(sf,read_sf)
importFrom(sf,st_centroid)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_is_valid)
importFrom(sf,st_make_valid)
importFrom(sf,st_transform)
importFrom(stats,setNames)
importFrom(stringr,fixed)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_title)
importFrom(tidyr,nest)
importFrom(tidyr,tribble)
importFrom(tidyr,unnest)
importFrom(tidyselect,any_of)
importFrom(tidyselect,where)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)