-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
59 lines (57 loc) · 1.66 KB
/
Copy pathNAMESPACE
File metadata and controls
59 lines (57 loc) · 1.66 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
# Generated by roxygen2 normally -- hand-written here as a placeholder.
# Run devtools::document() locally to regenerate this from the roxygen
# comments in R/*.R (it will also populate man/*.Rd).
export(biorxiv_lookup)
export(biorxiv_split_authors)
export(build_coauthor_edges)
export(check_coi)
export(check_coi_batch)
export(coi_to_graph)
export(format_coi_summary)
export(plot_coi_network)
export(pm_coauthors)
export(pm_fetch_authors)
export(pm_search_author)
export(reporter_search_pi)
export(reporter_shared_awards)
export(second_degree_conflicts)
export(set_ncbi_key)
S3method(print, coi_report)
S3method(summary, coi_report)
import(rlang)
importFrom(dplyr, bind_rows)
importFrom(dplyr, count)
importFrom(dplyr, distinct)
importFrom(dplyr, filter)
importFrom(dplyr, group_by)
importFrom(dplyr, group_modify)
importFrom(dplyr, inner_join)
importFrom(dplyr, mutate)
importFrom(dplyr, transmute)
importFrom(dplyr, ungroup)
importFrom(igraph, E)
importFrom(igraph, V)
importFrom(igraph, "E<-")
importFrom(igraph, "V<-")
importFrom(igraph, graph_from_data_frame)
importFrom(igraph, plot.igraph)
importFrom(httr2, req_body_json)
importFrom(httr2, req_error)
importFrom(httr2, req_method)
importFrom(httr2, req_perform)
importFrom(httr2, request)
importFrom(httr2, resp_body_json)
importFrom(httr2, resp_status)
importFrom(purrr, map)
importFrom(purrr, map_chr)
importFrom(purrr, map_dfr)
importFrom(rentrez, entrez_fetch)
importFrom(rentrez, entrez_search)
importFrom(rentrez, set_entrez_key)
importFrom(stats, setNames)
importFrom(tibble, tibble)
importFrom(utils, combn)
importFrom(xml2, read_xml)
importFrom(xml2, xml_find_all)
importFrom(xml2, xml_find_first)
importFrom(xml2, xml_text)