-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
60 lines (59 loc) · 1.58 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(pr_compute_indexes)
export(pr_convert)
export(pr_extract_spectra)
export(pr_listindexes)
importFrom(DT,datatable)
importFrom(assertthat,see_if)
importFrom(data.table,rbindlist)
importFrom(data.table,tstrsplit)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(exactextractr,exact_extract)
importFrom(hdf5r,H5File)
importFrom(hdf5r,existsGroup)
importFrom(hdf5r,h5attr)
importFrom(magrittr,"%>%")
importFrom(openxlsx,write.xlsx)
importFrom(raster,blockSize)
importFrom(raster,brick)
importFrom(raster,extent)
importFrom(raster,flip)
importFrom(raster,focal)
importFrom(raster,getValues)
importFrom(raster,nlayers)
importFrom(raster,raster)
importFrom(raster,res)
importFrom(raster,setExtent)
importFrom(raster,stack)
importFrom(raster,t)
importFrom(raster,values)
importFrom(raster,writeStart)
importFrom(raster,writeStop)
importFrom(raster,writeValues)
importFrom(rlang,sym)
importFrom(sf,st_buffer)
importFrom(sf,st_crs)
importFrom(sf,st_dimension)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_pad)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,everything)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)