-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.26 KB
/
Copy pathDESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.26 KB
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
42
43
44
45
46
47
48
49
50
Package: pkgdiff
Type: Package
Title: Identifies Package Differences
Version: 1.0.4
Maintainer: David Bosak <dbosak01@gmail.com>
Authors@R: c(
person(
"David", "Bosak",
email = "dbosak01@gmail.com",
role = c("aut", "cre")
),
person(
"Brian", "Varney",
email = "brian.varney@experis.com",
role = c("ctb")
),
person(
"Kevin", "Putschko",
email = "kevin.putschko@experis.com",
role = c("ctb")
)
)
Description: Identifies differences between
versions of a package. Specifically, the functions help
determine if there are breaking changes from one package version
to the next. The package also includes a stability assessment,
to help you determine the overall stability of a package, or even
an entire repository.
License: CC0
Encoding: UTF-8
LazyData: true
URL: https://pkgdiff.r-sassy.org, https://github.com/dbosak01/pkgdiff
BugReports: https://github.com/dbosak01/pkgdiff/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.0.0)
Imports: rvest,
common,
crayon,
utils,
cranlogs,
grDevices,
graphics
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3