-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNAMESPACE
38 lines (31 loc) · 988 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
36
37
38
import(methods)
import(BiocGenerics)
import(S4Vectors)
import(AnnotationHub)
importFrom(BiocManager, install)
importFrom(utils, installed.packages)
import(BiocFileCache)
importFrom(tools, R_user_dir)
importFrom(rappdirs, user_cache_dir)
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S4 classes
###
exportClasses(ExperimentHub)
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S4 methods for generics not defined in AnnotationHub
###
exportMethods(
cache, "[[",
listResources, loadResources, package
)
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S4 generics defined in AnnotationHub + export corresponding
### methods
###
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export non-generic functions
###
export(ExperimentHub,
getExperimentHubOption, setExperimentHubOption,
createHubAccessors
)