-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
85 lines (84 loc) · 1.9 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
# Generated by roxygen2: do not edit by hand
export("bfcmeta<-")
export(BiocFileCache)
export(bfcadd)
export(bfccache)
export(bfccount)
export(bfcdownload)
export(bfcinfo)
export(bfcmeta)
export(bfcmetalist)
export(bfcmetaremove)
export(bfcneedsupdate)
export(bfcnew)
export(bfcpath)
export(bfcquery)
export(bfcquerycols)
export(bfcremove)
export(bfcrid)
export(bfcrpath)
export(bfcsync)
export(bfcupdate)
export(cleanbfc)
export(exportbfc)
export(getBFCOption)
export(importbfc)
export(makeBiocFileCacheFromDataFrame)
export(makeCachedActiveBinding)
export(removebfc)
export(setBFCOption)
exportMethods("[")
exportMethods("[[")
exportMethods("[[<-")
exportMethods("bfcmeta<-")
exportMethods(bfcadd)
exportMethods(bfccache)
exportMethods(bfccount)
exportMethods(bfcdownload)
exportMethods(bfcinfo)
exportMethods(bfcmeta)
exportMethods(bfcmetalist)
exportMethods(bfcmetaremove)
exportMethods(bfcneedsupdate)
exportMethods(bfcnew)
exportMethods(bfcpath)
exportMethods(bfcquery)
exportMethods(bfcquerycols)
exportMethods(bfcremove)
exportMethods(bfcrid)
exportMethods(bfcrpath)
exportMethods(bfcsync)
exportMethods(bfcupdate)
exportMethods(cleanbfc)
exportMethods(exportbfc)
exportMethods(importbfc)
exportMethods(length)
exportMethods(makeBiocFileCacheFromDataFrame)
exportMethods(removebfc)
exportMethods(show)
import(RSQLite)
import(dbplyr)
import(httr)
import(methods)
importFrom(DBI,dbExecute)
importFrom(DBI,dbSendStatement)
importFrom(curl,curl_escape)
importFrom(dplyr,"%>%")
importFrom(dplyr,collect)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tbl)
importFrom(filelock,lock)
importFrom(filelock,unlock)
importFrom(stats,setNames)
importFrom(tools,R_user_dir)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)
importFrom(utils,tar)
importFrom(utils,untar)
importFrom(utils,unzip)
importFrom(utils,zip)