Collect Version Histories For Vendor Products
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

71 lines
2.1 KiB

# Generated by roxygen2: do not edit by hand
export(apache_httpd_version_history)
export(apple_ios_version_history)
export(complete_semver)
export(google_chrome_version_history)
export(is_valid_semver)
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_all_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)