-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
45 lines (44 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
S3method(all_packages,cran_checks_email)
S3method(all_packages,cran_checks_pkg)
S3method(cran_checks_table,cran_checks_pkg)
S3method(cran_checks_table,crandb)
S3method(summary,cran_details)
S3method(summary,cran_results)
export(check_cran_results)
export(cran_details)
export(cran_incoming)
export(cran_incoming_folders)
export(cran_results)
export(n_cran_flavors)
export(summary_cran_details)
export(summary_cran_results)
export(visit_cran_check)
export(winbuilder_queue)
importFrom(cli,col_blue)
importFrom(cli,col_cyan)
importFrom(cli,col_green)
importFrom(cli,col_magenta)
importFrom(cli,col_red)
importFrom(cli,col_yellow)
importFrom(cli,style_bold)
importFrom(cli,symbol)
importFrom(curl,has_internet)
importFrom(httr2,req_options)
importFrom(httr2,req_perform_parallel)
importFrom(httr2,request)
importFrom(httr2,resp_status)
importFrom(rlang,is_integer)
importFrom(rlang,is_lgl_na)
importFrom(rlang,is_logical)
importFrom(rvest,html_node)
importFrom(rvest,html_table)
importFrom(stats,reshape)
importFrom(stats,xtabs)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,browseURL)
importFrom(utils,read.table)
importFrom(xml2,read_html)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)