-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,rcmdcheck)
S3method(print,rcmdcheck)
S3method(print,rcmdcheck_comparison)
S3method(print,rcmdcheck_comparison_summary)
S3method(summary,rcmdcheck)
S3method(summary,rcmdcheck_comparison)
S3method(xopen,rcmdcheck)
export(check_details)
export(compare_checks)
export(compare_to_cran)
export(cran_check_flavours)
export(cran_check_results)
export(parse_check)
export(parse_check_url)
export(rcmdcheck)
export(rcmdcheck_process)
importFrom(R6,R6Class)
importFrom(callr,rcmd_process)
importFrom(callr,rcmd_process_options)
importFrom(callr,rcmd_safe)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_update)
importFrom(cli,is_dynamic_tty)
importFrom(cli,symbol)
importFrom(curl,handle_setopt)
importFrom(curl,multi_add)
importFrom(curl,multi_cancel)
importFrom(curl,multi_list)
importFrom(curl,multi_run)
importFrom(curl,new_handle)
importFrom(curl,new_pool)
importFrom(desc,desc)
importFrom(desc,description)
importFrom(digest,digest)
importFrom(pkgbuild,pkgbuild_process)
importFrom(prettyunits,pretty_dt)
importFrom(prettyunits,pretty_sec)
importFrom(rprojroot,find_package_root_file)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(withr,local_path)
importFrom(withr,with_dir)
importFrom(withr,with_envvar)
importFrom(xopen,xopen)