-
Notifications
You must be signed in to change notification settings - Fork 31
/
NAMESPACE
133 lines (132 loc) · 3.68 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
# Generated by roxygen2: do not edit by hand
S3method(print,rcmdcheck_error_summary)
S3method(print,revdepcheck_details)
S3method(print,revdepcheck_maintainers)
S3method(print,revdepcheck_results)
S3method(rcmdcheck_status,rcmdcheck_comparison)
S3method(rcmdcheck_status,rcmdcheck_error)
S3method(rcmdcheck_version,rcmdcheck_comparison)
S3method(rcmdcheck_version,rcmdcheck_error)
S3method(summary,rcmdcheck_error)
export(cloud_broken)
export(cloud_browse)
export(cloud_cancel)
export(cloud_check)
export(cloud_details)
export(cloud_email)
export(cloud_failed)
export(cloud_fetch_results)
export(cloud_job)
export(cloud_job_mapping)
export(cloud_plot)
export(cloud_report)
export(cloud_report_cran)
export(cloud_report_failures)
export(cloud_report_problems)
export(cloud_report_summary)
export(cloud_results)
export(cloud_status)
export(cloud_summary)
export(cran_revdeps)
export(dir_setup)
export(dir_setup_package)
export(revdep_add)
export(revdep_add_broken)
export(revdep_add_new)
export(revdep_check)
export(revdep_details)
export(revdep_email)
export(revdep_email_draft)
export(revdep_env_vars)
export(revdep_maintainers)
export(revdep_report)
export(revdep_report_cran)
export(revdep_report_failures)
export(revdep_report_problems)
export(revdep_report_summary)
export(revdep_reset)
export(revdep_rm)
export(revdep_summary)
export(revdep_todo)
import(rlang)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbReadTable)
importFrom(DBI,dbWithTransaction)
importFrom(DBI,dbWriteTable)
importFrom(DBI,sqlInterpolate)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbExistsTable)
importFrom(RSQLite,dbIsValid)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(callr,r)
importFrom(callr,r_process)
importFrom(callr,r_process_options)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_format)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_update)
importFrom(cli,cli_status)
importFrom(cli,cli_status_clear)
importFrom(cli,cli_status_update)
importFrom(cli,col_blue)
importFrom(cli,col_green)
importFrom(cli,col_red)
importFrom(cli,pb_percent)
importFrom(cli,rule)
importFrom(cli,style_bold)
importFrom(clisymbols,symbol)
importFrom(crancache,available_packages)
importFrom(crancache,install_packages)
importFrom(crayon,bgRed)
importFrom(crayon,black)
importFrom(crayon,bold)
importFrom(crayon,col_nchar)
importFrom(crayon,cyan)
importFrom(crayon,green)
importFrom(crayon,make_style)
importFrom(crayon,red)
importFrom(crayon,white)
importFrom(crayon,yellow)
importFrom(curl,handle_setheaders)
importFrom(curl,handle_setopt)
importFrom(curl,multi_add)
importFrom(curl,multi_run)
importFrom(curl,new_handle)
importFrom(curl,new_pool)
importFrom(glue,glue_data)
importFrom(gmailr,mime)
importFrom(gmailr,send_message)
importFrom(httr,GET)
importFrom(httr,PATCH)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,http_status)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(knitr,kable)
importFrom(prettyunits,vague_dt)
importFrom(processx,process)
importFrom(progress,progress_bar)
importFrom(rcmdcheck,check_details)
importFrom(rcmdcheck,compare_checks)
importFrom(rcmdcheck,rcmdcheck_process)
importFrom(remotes,bioc_install_repos)
importFrom(remotes,install_local)
importFrom(sessioninfo,platform_info)
importFrom(utils,available.packages)
importFrom(utils,installed.packages)
importFrom(utils,tail)
importFrom(whoami,fullname)
importFrom(withr,with_envvar)
importFrom(withr,with_libpaths)
importFrom(yaml,as.yaml)
importFrom(yaml,yaml.load_file)