-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 900 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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