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.
 
 

41 lines
900 B

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 <bob@rud.is>
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