# Generated by roxygen2: do not edit by hand

S3method(as.igraph,cranly_network)
S3method(author_of,cranly_network)
S3method(author_with,cranly_network)
S3method(build_dependence_tree,cranly_network)
S3method(build_network,cranly_db)
S3method(depends,cranly_network)
S3method(enhances,cranly_network)
S3method(imports,cranly_network)
S3method(linking_to,cranly_network)
S3method(package_by,cranly_network)
S3method(package_with,cranly_network)
S3method(plot,cranly_dependence_tree)
S3method(plot,cranly_network)
S3method(plot,summary_cranly_network)
S3method(subset,cranly_network)
S3method(suggests,cranly_network)
S3method(summary,cranly_dependence_tree)
S3method(summary,cranly_network)
export(author_of)
export(author_with)
export(build_dependence_tree)
export(build_network)
export(clean_CRAN_db)
export(clean_up_author)
export(clean_up_directives)
export(compute_dependence_tree)
export(depends)
export(enhances)
export(imports)
export(linking_to)
export(package_by)
export(package_with)
export(suggests)
import(countrycode)
import(igraph)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_minimal)
importFrom(magrittr,"%>%")
importFrom(stats,na.omit)
importFrom(stats,weighted.mean)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,stack)
