-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
41 lines (40 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export(check_for_server)
export(find_algorithms)
export(get_args_man)
export(get_options)
export(get_usage)
export(open_app)
export(open_help)
export(pass_args)
export(qgis_session_info)
export(run_qgis)
export(set_env)
importFrom(parallel,detectCores)
importFrom(raster,extent)
importFrom(raster,raster)
importFrom(raster,writeRaster)
importFrom(readr,read_file)
importFrom(reticulate,py_capture_output)
importFrom(reticulate,py_config)
importFrom(reticulate,py_run_file)
importFrom(reticulate,py_run_string)
importFrom(reticulate,py_to_r)
importFrom(reticulate,py_unicode)
importFrom(reticulate,r_to_py)
importFrom(reticulate,use_python)
importFrom(rgdal,GDALinfo)
importFrom(rgdal,ogrInfo)
importFrom(rgdal,readOGR)
importFrom(rgdal,writeOGR)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,write_sf)
importFrom(sp,SpatialLinesDataFrame)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,capture.output)