-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
91 lines (90 loc) · 2.42 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
# Generated by roxygen2: do not edit by hand
export(clue_backup)
export(clue_example)
export(clue_goods)
export(clue_gridded)
export(clue_initiate)
export(clue_landtype)
export(clue_modify)
export(clue_options)
export(clue_run)
export(clue_scene)
importFrom(checkmate,assertCharacter)
importFrom(checkmate,assertChoice)
importFrom(checkmate,assertClass)
importFrom(checkmate,assertDataFrame)
importFrom(checkmate,assertDirectoryExists)
importFrom(checkmate,assertFileExists)
importFrom(checkmate,assertIntegerish)
importFrom(checkmate,assertList)
importFrom(checkmate,assertNames)
importFrom(checkmate,assertNumber)
importFrom(checkmate,assertNumeric)
importFrom(checkmate,assertSubset)
importFrom(checkmate,assertTRUE)
importFrom(checkmate,testClass)
importFrom(checkmate,testDirectoryExists)
importFrom(crayon,cyan)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,cur_column)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,if_else)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(methods,new)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(readr,write_delim)
importFrom(rlang,new_environment)
importFrom(rlang,sym)
importFrom(sf,write_sf)
importFrom(stats,na.omit)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(terra,"values<-")
importFrom(terra,as.matrix)
importFrom(terra,crs)
importFrom(terra,datatype)
importFrom(terra,ext)
importFrom(terra,ncol)
importFrom(terra,nrow)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,set.crs)
importFrom(terra,subst)
importFrom(terra,values)
importFrom(terra,writeRaster)
importFrom(terra,xmin)
importFrom(terra,ymin)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,everything)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(utils,head)
importFrom(utils,packageVersion)