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
900 B

6 years ago
Package: vershist
Type: Package
Title: Collect Version Histories For Vendor Products
Version: 0.4.2
Date: 2020-01-13
6 years ago
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
6 years ago
SystemRequirements: C++11
Encoding: UTF-8
License: MIT + file LICENSE
6 years ago
Suggests:
testthat,
covr,
5 years ago
tibble
6 years ago
Depends:
R (>= 3.2.0)
Imports:
purrr,
rvest,
readr,
5 years ago
dplyr,
6 years ago
stringi,
semver,
lubridate,
utils,
xml2,
curl,
6 years ago
git2r,
httr,
6 years ago
tidyr,
gh,
6 years ago
Rcpp
RoxygenNote: 7.0.2
6 years ago
LinkingTo: Rcpp