-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
96 lines (95 loc) · 3.1 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
# Generated by roxygen2: do not edit by hand
S3method("[",checked_results)
S3method(check_path,package_spec)
S3method(check_path,package_spec_archive_source)
S3method(check_path,package_spec_source)
S3method(count,default)
S3method(count,issues)
S3method(count,potential_issues)
S3method(format,list_of_task_spec)
S3method(format,task_spec)
S3method(format_status_line_ansi,check_process)
S3method(format_status_line_ansi,default)
S3method(get_package_spec_dependencies,default)
S3method(get_package_spec_dependencies,package_spec)
S3method(get_package_spec_dependencies,package_spec_archive_source)
S3method(get_package_spec_dependencies,package_spec_source)
S3method(install_parameters,package_spec)
S3method(install_parameters,package_spec_archive_source)
S3method(install_parameters,package_spec_source)
S3method(print,check_design)
S3method(print,checked_results)
S3method(print,checked_results_check_task_spec)
S3method(print,checked_results_revdep_check_task_spec)
S3method(print,issues)
S3method(print,potential_issues)
S3method(print,rcmdcheck_diff)
S3method(print,task_spec)
S3method(report_finalize,"NULL")
S3method(report_finalize,reporter_ansi_tty)
S3method(report_finalize,reporter_basic_tty)
S3method(report_initialize,"NULL")
S3method(report_initialize,reporter_ansi_tty)
S3method(report_initialize,reporter_basic_tty)
S3method(report_sleep,default)
S3method(report_sleep,reporter_ansi_tty)
S3method(report_status,"NULL")
S3method(report_status,reporter_ansi_tty)
S3method(report_status,reporter_basic_tty)
S3method(results,check_design)
S3method(results,check_task_spec)
S3method(results,list_check_task_spec)
S3method(results,list_revdep_check_task_spec)
S3method(results,revdep_check_task_spec)
S3method(run,character)
S3method(run,check_design)
S3method(start_task,check_task_spec)
S3method(start_task,custom_install_task_spec)
S3method(start_task,install_task_spec)
S3method(summary,check_design)
S3method(summary,checked_results)
S3method(summary,checked_results_check_task_spec)
S3method(summary,checked_results_revdep_check_task_spec)
export(check_design)
export(check_dev_rev_deps)
export(check_dir)
export(check_pkgs)
export(check_rev_deps)
export(check_task_spec)
export(custom_install_task_spec)
export(install_task_spec)
export(new_check_design)
export(new_rev_dep_check_design)
export(package_spec)
export(package_spec_archive_source)
export(package_spec_source)
export(reporter_ansi_tty)
export(reporter_basic_tty)
export(reporter_default)
export(results)
export(results_to_file)
export(rev_dep_check_tasks_df)
export(revdep_check_task_spec)
export(run)
export(source_check_tasks_df)
export(task_spec)
import(cli)
import(options)
importFrom(R6,R6Class)
importFrom(callr,r_process)
importFrom(cli,make_spinner)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,.env)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,incident_edges)
importFrom(igraph,neighborhood)
importFrom(igraph,permute)
importFrom(igraph,subgraph.edges)
importFrom(igraph,tail_of)
importFrom(igraph,topo_sort)
importFrom(igraph,vertex_attr)
importFrom(rcmdcheck,rcmdcheck_process)
importFrom(utils,install.packages)
importFrom(utils,packageName)