# Generated by roxygen2: do not edit by hand export(apache_httpd_version_history) export(google_chrome_version_history) export(is_valid) export(lighttpd_version_history) export(memcached_version_history) export(mongodb_version_history) export(mysql_version_history) export(nginx_version_history) export(openresty_version_history) export(openssh_version_history) export(sendmail_version_history) export(sqlite_version_history) import(semver) importFrom(Rcpp,sourceCpp) importFrom(curl,curl) importFrom(dplyr,arrange) importFrom(dplyr,as_data_frame) importFrom(dplyr,bind_cols) importFrom(dplyr,distinct) importFrom(dplyr,left_join) importFrom(dplyr,mutate) importFrom(dplyr,mutate_at) importFrom(dplyr,progress_estimated) importFrom(dplyr,rename) importFrom(dplyr,select) importFrom(gh,gh) importFrom(gh,gh_next) importFrom(git2r,clone) importFrom(git2r,cred_ssh_key) importFrom(httr,GET) importFrom(httr,content) importFrom(httr,user_agent) importFrom(lubridate,mdy) importFrom(lubridate,mdy_hms) importFrom(lubridate,parse_date_time) importFrom(lubridate,year) importFrom(purrr,"%>%") importFrom(purrr,discard) importFrom(purrr,keep) importFrom(purrr,map) importFrom(purrr,map_df) importFrom(purrr,safely) importFrom(purrr,set_names) importFrom(readr,read_lines) importFrom(rvest,html_nodes) importFrom(rvest,html_text) importFrom(rvest,xml_nodes) importFrom(stringi,stri_count_fixed) importFrom(stringi,stri_detect_fixed) importFrom(stringi,stri_detect_regex) importFrom(stringi,stri_extract_first_regex) importFrom(stringi,stri_match_first_regex) importFrom(stringi,stri_replace_all_fixed) importFrom(stringi,stri_replace_all_regex) importFrom(stringi,stri_replace_first_fixed) importFrom(stringi,stri_replace_first_regex) importFrom(stringi,stri_split_fixed) importFrom(stringi,stri_sub) importFrom(stringi,stri_trans_tolower) importFrom(stringi,stri_trim_both) importFrom(tidyr,separate) importFrom(utils,globalVariables) importFrom(xml2,read_html) importFrom(xml2,read_xml) importFrom(xml2,xml_attr) useDynLib(vershist)