-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
97 lines (96 loc) · 2.22 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
# Generated by roxygen2: do not edit by hand
export(add_format)
export(add_ingrid)
export(add_metadata)
export(bbox_crop)
export(bbox_poly)
export(check_format)
export(check_ingrid)
export(check_raw)
export(chk_create)
export(clean_path)
export(dp_parameters)
export(gather_bib)
export(gather_ingrid)
export(gather_meta)
export(get_bib)
export(get_citekey)
export(get_contact)
export(get_creator)
export(get_description)
export(get_filepaths)
export(get_grid_info)
export(get_metadata)
export(get_name)
export(get_pipeline)
export(get_pipeline_url)
export(get_shortname)
export(importdat)
export(load_metadata)
export(make_extension)
export(make_path)
export(masteringrid)
export(masterload)
export(masterwrite)
export(metadata)
export(pipedat)
export(pipeflow)
export(pipegrid)
export(pipelist)
export(pipeload)
export(pipenew)
export(pipeplot)
export(pipereport)
export(timespan_filter)
export(timestamp)
export(trim_then_add)
export(write_pipeline)
importFrom(RefManageR,BibEntry)
importFrom(RefManageR,WriteBib)
importFrom(cli,symbol)
importFrom(glue,glue)
importFrom(glue,glue_sql)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,box)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(rlang,abort)
importFrom(rlang,sym)
importFrom(rlang,warn)
importFrom(sf,sf_use_s2)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_make_grid)
importFrom(sf,st_make_valid)
importFrom(sf,st_read)
importFrom(sf,st_set_crs)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(stars,read_stars)
importFrom(stars,st_as_stars)
importFrom(stars,st_dimensions)
importFrom(stars,st_warp)
importFrom(stars,write_stars)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(terra,writeRaster)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)
importFrom(yaml,yaml.load_file)