-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(bb_aadc_source)
export(bb_handler_aadc)
export(bb_handler_amps)
export(bb_handler_argo)
export(bb_handler_polarview)
export(bb_handler_usnic)
export(bb_polarview_search)
export(sources)
export(sources_altimetry)
export(sources_biological)
export(sources_meteorological)
export(sources_ocean_color)
export(sources_ocean_colour)
export(sources_oceanographic)
export(sources_reanalysis)
export(sources_sdm)
export(sources_seaice)
export(sources_sst)
export(sources_topography)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(bowerbird,"bb_data_sources<-")
importFrom(bowerbird,"bb_settings<-")
importFrom(bowerbird,bb_aadc_source)
importFrom(bowerbird,bb_data_source_dir)
importFrom(bowerbird,bb_data_sources)
importFrom(bowerbird,bb_handler_aws_s3)
importFrom(bowerbird,bb_handler_oceandata)
importFrom(bowerbird,bb_handler_rget)
importFrom(bowerbird,bb_handler_wget)
importFrom(bowerbird,bb_install_wget)
importFrom(bowerbird,bb_settings)
importFrom(bowerbird,bb_source)
importFrom(bowerbird,bb_zenodo_source)
importFrom(httr,GET)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,with_config)
importFrom(httr,write_disk)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,session)
importFrom(rvest,session_jump_to)
importFrom(stats,na.omit)
importFrom(stringr,str_match)
importFrom(stringr,str_trim)
importFrom(tibble,tibble)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,unzip)
importFrom(xml2,url_absolute)