Package: vershist Type: Package Title: Collect Version Histories For Vendor Products Version: 0.4.2 Date: 2020-01-13 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")) ) Maintainer: Bob Rudis Description: Provides a set of functions to gather version histories of products (mainly software products) from their sources (generally websites). URL: https://gitlab.com/hrbrmstr/vershist BugReports: https://gitlab.com/hrbrmstr/vershist/issues SystemRequirements: C++11 Encoding: UTF-8 License: MIT + file LICENSE Suggests: testthat, covr, tibble Depends: R (>= 3.2.0) Imports: purrr, rvest, readr, dplyr, stringi, semver, lubridate, utils, xml2, curl, git2r, httr, tidyr, gh, Rcpp RoxygenNote: 7.0.2 LinkingTo: Rcpp