# 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(dependency_of,cranly_network)
S3method(depending_on,cranly_network)
S3method(description_of,cranly_network)
S3method(email_of,cranly_network)
S3method(email_with,cranly_network)
S3method(enhanced_by,cranly_network)
S3method(enhancing,cranly_network)
S3method(imported_by,cranly_network)
S3method(importing,cranly_network)
S3method(license_of,cranly_network)
S3method(linked_by,cranly_network)
S3method(linking_to,cranly_network)
S3method(maintained_by,cranly_network)
S3method(maintainer_of,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(release_date_of,cranly_network)
S3method(subset,cranly_network)
S3method(suggested_by,cranly_network)
S3method(suggesting,cranly_network)
S3method(summary,cranly_dependence_tree)
S3method(summary,cranly_network)
S3method(title_of,cranly_network)
S3method(version_of,cranly_network)
S3method(word_cloud,cranly_network)
S3method(word_cloud,numeric)
export(author_of)
export(author_with)
export(authors_of)
export(authors_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(compute_term_frequency)
export(dependency_of)
export(depending_on)
export(description_of)
export(descriptions_of)
export(email_of)
export(email_with)
export(emails_of)
export(emails_with)
export(enhanced_by)
export(enhancing)
export(imported_by)
export(importing)
export(license_of)
export(licenses_of)
export(linked_by)
export(linking_to)
export(maintained_by)
export(maintainer_of)
export(package_by)
export(package_with)
export(packages_by)
export(packages_with)
export(release_date_of)
export(release_dates_of)
export(standardize_whitespace)
export(suggested_by)
export(suggesting)
export(title_of)
export(titles_of)
export(version_of)
export(versions_of)
export(word_cloud)
import(countrycode)
import(igraph)
import(tm)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_minimal)
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)
importFrom(wordcloud,wordcloud)
