-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
97 lines (96 loc) · 2.41 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
86
87
88
89
90
91
92
93
94
95
96
97
# Generated by roxygen2: do not edit by hand
S3method(plot,compare_categories)
S3method(plot,compare_missing)
S3method(plot,compare_overlap)
export(call_packages)
export(call_releases)
export(call_sources)
export(call_treaties)
export(coalesce_compatible)
export(coalesce_rows)
export(compare_categories)
export(compare_dimensions)
export(compare_missing)
export(compare_overlap)
export(compare_ranges)
export(consolidate)
export(data_contrast)
export(data_evolution)
export(data_source)
export(db_comp)
export(db_plot)
export(favor)
export(favour)
export(get_packages)
export(network_map)
export(open_codebook)
export(plot_releases)
export(pluck)
export(recollect)
export(repaint)
export(retrieve_bilaterals)
export(retrieve_links)
export(retrieve_membership_list)
export(retrieve_multilaterals)
export(reunite)
export(transmutate)
import(dplyr)
import(ggplot2)
import(messydates)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,any_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,filter_all)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,stop_for_status)
importFrom(httr,warn_for_status)
importFrom(jsonlite,fromJSON)
importFrom(messydates,as_messydate)
importFrom(plyr,ddply)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(purrr,reduce)
importFrom(remotes,install_github)
importFrom(stats,ave)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,reorder)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(stringr,word)
importFrom(tidyr,drop_na)
importFrom(tidyr,fill)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(usethis,ui_info)
importFrom(utils,askYesNo)
importFrom(utils,browseURL)
importFrom(utils,help)
importFrom(utils,packageVersion)
importFrom(zoo,na.locf)