-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathNAMESPACE
More file actions
153 lines (152 loc) · 4.12 KB
/
Copy pathNAMESPACE
File metadata and controls
153 lines (152 loc) · 4.12 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Generated by roxygen2: do not edit by hand
S3method(print,repositoryStats)
S3method(summary,biocrevdeps)
export(CRANstatus)
export(activitySince)
export(anacondaDownloadStats)
export(biocBuildEmail)
export(biocBuildReport)
export(biocBuildReportDB)
export(biocBuildStatusDB)
export(biocDownloadStats)
export(biocExplore)
export(biocMaintained)
export(biocPkgList)
export(biocPkgRanges)
export(biocRevDepEmail)
export(biocVIEWSdb)
export(buildClassDepData)
export(buildClassDepFromPackage)
export(buildClassDepGraph)
export(buildPkgDependencyDataFrame)
export(buildPkgDependencyIgraph)
export(firstInBioc)
export(getBiocVignette)
export(getPackageInfo)
export(getPkgYearsInBioc)
export(get_bioc_data)
export(get_cre_orcids)
export(githubDetails)
export(githubURLParts)
export(hasBiocMaint)
export(inducedSubgraphByPkgs)
export(latestPkgStats)
export(orcid_table)
export(pkgBiocDeps)
export(pkgBiocRevDeps)
export(pkgCombDependencyGain)
export(pkgDepImports)
export(pkgDepMetrics)
export(pkgDownloadRank)
export(pkgDownloadStats)
export(pkgToolsCache)
export(plotClassDep)
export(plotClassDepData)
export(plotClassDepGraph)
export(problemPage)
export(repositoryStats)
export(sentHistory)
export(setCache)
export(subgraphByDegree)
export(templatePath)
import(biocViews)
import(tools)
import(utils)
import(xml2)
importFrom(BiocFileCache,BiocFileCache)
importFrom(BiocFileCache,bfcdownload)
importFrom(BiocFileCache,bfcneedsupdate)
importFrom(BiocFileCache,bfcnew)
importFrom(BiocFileCache,bfcquery)
importFrom(BiocFileCache,bfcrpath)
importFrom(BiocFileCache,bfcupdate)
importFrom(BiocManager,containerRepository)
importFrom(BiocManager,repositories)
importFrom(BiocManager,version)
importFrom(DT,datatable)
importFrom(RBGL,transitive.closure)
importFrom(curl,curl)
importFrom(curl,has_internet)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,collect)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,top_n)
importFrom(gh,gh)
importFrom(glue,glue)
importFrom(grDevices,extendrange)
importFrom(graph,edges)
importFrom(graph,nodes)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(htmltools,a)
importFrom(htmlwidgets,createWidget)
importFrom(httr2,oauth_client)
importFrom(httr2,oauth_flow_client_credentials)
importFrom(httr2,obfuscated)
importFrom(httr2,req_auth_basic)
importFrom(httr2,req_auth_bearer_token)
importFrom(httr2,req_body_form)
importFrom(httr2,req_body_json)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
importFrom(httr2,req_options)
importFrom(httr2,req_perform)
importFrom(httr2,req_template)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_check_status)
importFrom(httr2,resp_header)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,delete_edges)
importFrom(igraph,delete_vertices)
importFrom(igraph,distances)
importFrom(igraph,edge_attr)
importFrom(igraph,ego)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,induced_subgraph)
importFrom(igraph,is_igraph)
importFrom(igraph,layout_with_kk)
importFrom(igraph,subcomponent)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lubridate,mdy)
importFrom(methods,getClass)
importFrom(methods,is)
importFrom(purrr,list_rbind)
importFrom(purrr,map2)
importFrom(readr,read_lines)
importFrom(rlang,is_call)
importFrom(rlang,is_pairlist)
importFrom(rlang,is_symbol)
importFrom(rlang,is_syntactic_literal)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(rvest,html_text2)
importFrom(stats,setNames)
importFrom(stringr,str_match)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,tibble)
importFrom(tidyr,unnest_longer)
importFrom(utils,available.packages)
importFrom(utils,combn)
importFrom(utils,download.file)
importFrom(utils,read.table)
importFrom(xml2,read_html)
importFrom(yaml,read_yaml)