# 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)
