-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
export(.access_database)
export(.lock_database)
export(build_descriptor)
export(build_id)
export(build_project)
export(build_sandbox)
export(compile_metadata)
export(documentation)
export(get_bibtex)
export(get_legend)
export(knit_descriptor)
export(list_data)
export(lockpick)
export(register_data)
export(register_legend)
export(register_path)
export(table_indices)
importFrom(RefManageR,Citet)
importFrom(RefManageR,ReadBib)
importFrom(filelock,lock)
importFrom(filelock,unlock)
importFrom(fpeek,peek_count_lines)
importFrom(gdalUtilities,gdal_translate)
importFrom(gdalUtilities,gdalbuildvrt)
importFrom(grDevices,rgb)
importFrom(imager,load.image)
importFrom(imager,save.image)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addTiles)
importFrom(leaflet,leaflet)
importFrom(leaflet,setView)
importFrom(lubridate,is.Date)
importFrom(lubridate,years)
importFrom(lubridate,ymd)
importFrom(mapview,mapshot)
importFrom(methods,as)
importFrom(methods,setClass)
importFrom(pingr,ping)
importFrom(raster,extension)
importFrom(raster,extent)
importFrom(readr,read_delim)
importFrom(rmarkdown,render)
importFrom(tools,md5sum)
importFrom(utils,browseURL)
importFrom(utils,fileSnapshot)
importFrom(utils,read.csv)
importFrom(utils,write.table)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)