forked from UCANR-IGIS/uasimg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
110 lines (109 loc) · 2.76 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
# Generated by roxygen2: do not edit by hand
S3method(print,uas_grp)
S3method(print,uas_info)
export("%>%")
export(findonpath)
export(geo2utm)
export(m2ft)
export(uas_cameras)
export(uas_clearcache)
export(uas_convert)
export(uas_cropctr)
export(uas_dirs_find)
export(uas_exp_kml)
export(uas_exp_shp)
export(uas_flds_oem)
export(uas_getcache)
export(uas_getflds)
export(uas_grp_flt)
export(uas_info)
export(uas_metadata_make)
export(uas_move)
export(uas_path2name_fun)
export(uas_readcameras)
export(uas_rename)
export(uas_report)
export(uas_setcache)
export(uas_setflds)
export(uas_thumbnails_make)
export(uas_toc)
export(uas_worldfile)
import(crayon)
import(dplyr)
import(sf)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,magenta)
importFrom(crayon,red)
importFrom(crayon,silver)
importFrom(crayon,yellow)
importFrom(digest,digest)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(exiftoolr,configure_exiftoolr)
importFrom(exiftoolr,exif_call)
importFrom(grDevices,chull)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(imager,load.image)
importFrom(imager,resize)
importFrom(imager,resize_halfXY)
importFrom(imager,save.image)
importFrom(magick,image_read)
importFrom(magick,image_scale)
importFrom(magick,image_write)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract2)
importFrom(methods,is)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,cols_only)
importFrom(readr,read_csv)
importFrom(rmarkdown,render)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(stats,median)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(tidyr,replace_na)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,browseURL)
importFrom(utils,download.file)
importFrom(utils,file.edit)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)
importFrom(xml2,xml_add_child)
importFrom(xml2,xml_add_sibling)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_new_root)
importFrom(xml2,xml_parent)
importFrom(xml2,xml_replace)
importFrom(xml2,xml_root)