# Generated by roxygen2: do not edit by hand

S3method(gcite_citation_index,character)
S3method(gcite_citation_index,xml_document)
S3method(gcite_citation_index,xml_node)
S3method(gcite_citation_page,character)
S3method(gcite_citation_page,default)
S3method(gcite_citation_page,list)
S3method(gcite_citation_page,xml_document)
S3method(gcite_citation_page,xml_nodeset)
S3method(gcite_cite_over_time,character)
S3method(gcite_cite_over_time,default)
S3method(gcite_cite_over_time,xml_document)
S3method(gcite_cite_over_time,xml_node)
S3method(gcite_graph,character)
S3method(gcite_graph,default)
S3method(gcite_graph,xml_document)
S3method(gcite_graph,xml_node)
S3method(gcite_main_graph,character)
S3method(gcite_main_graph,default)
S3method(gcite_main_graph,xml_document)
S3method(gcite_papers,character)
S3method(gcite_papers,default)
S3method(gcite_papers,xml_document)
S3method(gcite_papers,xml_nodeset)
export(author_cloud)
export(author_frequency)
export(gcite)
export(gcite_author_info)
export(gcite_base_url)
export(gcite_citation_index)
export(gcite_citation_page)
export(gcite_cite_over_time)
export(gcite_graph)
export(gcite_main_graph)
export(gcite_paper_df)
export(gcite_papers)
export(gcite_stopwords)
export(gcite_url)
export(gcite_user_info)
export(gcite_user_url)
export(gcite_username)
export(gcite_wordcloud)
export(gcite_wordcloud_spec)
export(is_cran)
export(is_travis)
export(paper_cloud)
export(title_cloud)
export(title_word_frequency)
importFrom(graphics,par)
importFrom(httr,GET)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,parse_url)
importFrom(httr,set_cookies)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,warn_for_status)
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(stats,reshape)
importFrom(tm,Corpus)
importFrom(tm,TermDocumentMatrix)
importFrom(tm,VectorSource)
importFrom(tm,content_transformer)
importFrom(tm,removePunctuation)
importFrom(tm,removeWords)
importFrom(tm,stopwords)
importFrom(tm,tm_map)
importFrom(utils,menu)
importFrom(wordcloud,wordcloud)
importFrom(xml2,as_list)
