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.
 
 

42 lines
1.2 KiB

# Generated by roxygen2: do not edit by hand
export(apache_httpd_version_history)
export(is_valid)
export(lighttpd_version_history)
export(mongodb_version_history)
export(nginx_version_history)
export(sendmail_version_history)
import(semver)
importFrom(Rcpp,sourceCpp)
importFrom(curl,curl)
importFrom(dplyr,arrange)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_cols)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(lubridate,mdy)
importFrom(lubridate,mdy_hms)
importFrom(lubridate,year)
importFrom(purrr,"%>%")
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(readr,read_lines)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(rvest,xml_nodes)
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_regex)
importFrom(stringi,stri_replace_first_fixed)
importFrom(stringi,stri_sub)
importFrom(utils,globalVariables)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
useDynLib(vershist)