-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
35 lines (34 loc) · 886 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,auth)
export()
export(gcs_cloud_auth)
export(gcs_connection)
export(gcs_cp)
export(gcs_dir)
export(gcs_get_billing_project)
export(gcs_get_cloud_auth)
export(gcs_get_read_buff)
export(gcs_get_requester_pays)
export(gcs_get_write_buff)
export(gcs_is_requester_pays)
export(gcs_rm)
export(gcs_set_billing_project)
export(gcs_set_read_buff)
export(gcs_set_requester_pays)
export(gcs_set_write_buff)
exportClasses(FileClass)
exportClasses(FolderClass)
exportMethods("$")
exportMethods("[[")
exportMethods(as.character)
exportMethods(names)
exportMethods(show)
import(Rcpp)
import(httr)
import(methods)
importFrom(googleAuthR,gar_auth_service)
importFrom(googleCloudStorageR,gcs_get_global_bucket)
importFrom(jsonlite,fromJSON)
importFrom(stats,setNames)
importFrom(utils,URLencode)
useDynLib(GCSConnection, .registration = TRUE)