-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
84 lines (83 loc) · 2.09 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
# Generated by roxygen2: do not edit by hand
S3method(print,bb_config)
export("%>%")
export("bb_data_sources<-")
export("bb_settings<-")
export(bb_aadc_source)
export(bb_add)
export(bb_bunzip2)
export(bb_cleanup)
export(bb_config)
export(bb_data_source_dir)
export(bb_data_sources)
export(bb_decompress)
export(bb_example_sources)
export(bb_find_wget)
export(bb_fingerprint)
export(bb_get)
export(bb_gunzip)
export(bb_handler_aws_s3)
export(bb_handler_copernicus)
export(bb_handler_earthdata)
export(bb_handler_oceandata)
export(bb_handler_rget)
export(bb_handler_wget)
export(bb_install_wget)
export(bb_modify_source)
export(bb_oceandata_cleanup)
export(bb_rget)
export(bb_rget_default_downloads)
export(bb_settings)
export(bb_source)
export(bb_source_us_buildings)
export(bb_subset)
export(bb_summary)
export(bb_sync)
export(bb_uncompress)
export(bb_untar)
export(bb_unzip)
export(bb_zenodo_source)
importFrom(R.utils,bunzip2)
importFrom(R.utils,gunzip)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(curl,curl_fetch_disk)
importFrom(curl,curl_fetch_memory)
importFrom(curl,handle_setopt)
importFrom(curl,new_handle)
importFrom(curl,parse_headers_list)
importFrom(httr,build_url)
importFrom(httr,config)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,parse_url)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(openssl,md5)
importFrom(openssl,sha1)
importFrom(rmarkdown,render)
importFrom(rvest,html_attr)
importFrom(rvest,html_elements)
importFrom(stats,na.omit)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(sys,exec_internal)
importFrom(sys,exec_wait)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,menu)
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,untar)
importFrom(utils,unzip)
importFrom(xml2,read_html)