-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
143 lines (142 loc) · 3.46 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
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
# Generated by roxygen2: do not edit by hand
S3method(as.character,id)
S3method(empty,"NULL")
S3method(empty,address_list)
S3method(empty,character)
S3method(format,address)
S3method(format,address_list)
S3method(format,article)
S3method(format,id)
S3method(format,status)
S3method(format,unparsed)
S3method(print,address)
S3method(print,address_list)
S3method(print,article)
S3method(print,catout)
S3method(print,id)
S3method(print,report)
S3method(print,status)
export(AE)
export(AEs)
export(abandon_reviewer)
export(accept)
export(accepted_articles)
export(acknowledge_revision)
export(acknowledge_submission)
export(acknowledge_submission_text)
export(actionable_articles)
export(active_articles)
export(add_ae)
export(add_review)
export(add_reviewer)
export(address)
export(ae_workload)
export(agree_reviewer)
export(article)
export(article_status_plot)
export(as.article)
export(author_emails)
export(build_latex)
export(check_in_submission_folder)
export(corr_author)
export(decline_reviewer)
export(draft_acknowledge_submissions)
export(draft_proofing)
export(email_template)
export(filter_status)
export(future_ids)
export(get_AE)
export(get_accepted_articles)
export(get_accepted_but_not_online)
export(get_articles_path)
export(get_assignments)
export(get_md_from_pdf)
export(get_submissions)
export(get_unassigned)
export(invite_reviewer)
export(invite_reviewers)
export(list_reviewers)
export(major_revision)
export(make_proof)
export(match_keywords)
export(minor_revision)
export(new_id)
export(online_metadata)
export(online_metadata_for_article)
export(parse_address_list)
export(proofing_article)
export(proofing_article_text)
export(publish_article)
export(publish_issue)
export(publish_news)
export(reject)
export(reject_format)
export(report)
export(reviewer_status)
export(reviewer_summary)
export(set_articles_path)
export(status)
export(summarise_articles)
export(tabulate_articles)
export(time_to_accept_plot)
export(update_status)
export(valid_reviewer_status)
export(valid_status)
export(withdraw)
import(fs)
import(rlang)
import(stringr)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_end)
importFrom(cli,cli_h1)
importFrom(cli,cli_li)
importFrom(cli,cli_ul)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(gmailr,create_draft)
importFrom(gmailr,gmail_auth)
importFrom(gmailr,mime)
importFrom(gmailr,send_draft)
importFrom(googlesheets4,range_write)
importFrom(googlesheets4,read_sheet)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(rlang,.data)
importFrom(scales,label_percent)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,fixed)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,word)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unnest)
importFrom(utils,URLencode)
importFrom(utils,adist)
importFrom(utils,as.person)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,edit)
importFrom(utils,glob2rx)
importFrom(utils,read.csv)
importFrom(utils,str)
importFrom(utils,type.convert)
importFrom(utils,unzip)
importFrom(utils,zip)
importFrom(whisker,whisker.render)
importFrom(yaml,as.yaml)