-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
executable file
·130 lines (129 loc) · 3.53 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Generated by roxygen2: do not edit by hand
S3method(Stratiplot,download)
S3method(Stratiplot,download_list)
S3method(ages,download)
S3method(ages,download_list)
S3method(bind,default)
S3method(browse,dataset)
S3method(browse,dataset_list)
S3method(browse,default)
S3method(browse,download)
S3method(browse,download_list)
S3method(counts,download)
S3method(counts,download_list)
S3method(depths,default)
S3method(depths,download)
S3method(depths,download_list)
S3method(get_chroncontrol,dataset)
S3method(get_chroncontrol,dataset_list)
S3method(get_chroncontrol,default)
S3method(get_chroncontrol,download)
S3method(get_chroncontrol,download_list)
S3method(get_closest,dataset)
S3method(get_closest,default)
S3method(get_closest,download)
S3method(get_closest,site)
S3method(get_dataset,default)
S3method(get_dataset,download)
S3method(get_dataset,download_list)
S3method(get_dataset,geochronologic)
S3method(get_dataset,geochronologic_list)
S3method(get_dataset,integer)
S3method(get_dataset,numeric)
S3method(get_dataset,site)
S3method(get_download,dataset)
S3method(get_download,dataset_list)
S3method(get_download,default)
S3method(get_download,site)
S3method(get_geochron,dataset)
S3method(get_geochron,dataset_list)
S3method(get_geochron,default)
S3method(get_geochron,site)
S3method(get_publication,dataset)
S3method(get_publication,dataset_list)
S3method(get_publication,default)
S3method(get_publication,download)
S3method(get_publication,download_list)
S3method(get_site,dataset)
S3method(get_site,dataset_list)
S3method(get_site,default)
S3method(get_site,download)
S3method(get_site,download_list)
S3method(get_site,geochronologic)
S3method(get_site,geochronologic_list)
S3method(get_site,integer)
S3method(get_site,numeric)
S3method(plot,dataset)
S3method(plot,dataset_list)
S3method(plot,download)
S3method(plot,download_list)
S3method(plot,site)
S3method(plot_leaflet,dataset)
S3method(plot_leaflet,dataset_list)
S3method(plot_leaflet,default)
S3method(plot_leaflet,download)
S3method(plot_leaflet,download_list)
S3method(plot_leaflet,site)
S3method(print,chroncontrol)
S3method(print,dataset)
S3method(print,dataset_list)
S3method(print,download)
S3method(print,download_list)
S3method(print,geochronologic)
S3method(print,geochronologic_list)
S3method(print,site)
S3method(taxa,download)
S3method(taxa,download_list)
export(ages)
export(bind)
export(browse)
export(compile_downloads)
export(compile_taxa)
export(counts)
export(depths)
export(get_chroncontrol)
export(get_closest)
export(get_contact)
export(get_dataset)
export(get_download)
export(get_geochron)
export(get_publication)
export(get_site)
export(get_table)
export(get_taxa)
export(param_check)
export(plot_leaflet)
export(read.tilia)
export(read_bacon)
export(taxa)
export(write_agefile)
import(sf)
importFrom(analogue,Stratiplot)
importFrom(analogue,tran)
importFrom(assertthat,assert_that)
importFrom(dplyr,bind_rows)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,leaflet)
importFrom(leaflet,markerClusterOptions)
importFrom(leaflet,markerOptions)
importFrom(methods,is)
importFrom(plyr,ldply)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(utils,browseURL)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_one)
importFrom(xml2,xml_text)