-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.34 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
Package: pkgdiff
Type: Package
Title: Identifies Package Differences
Version: 1.0.2
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
URL: https://pkgdiff.r-sassy.org, https://github.com/dbosak01/pkgdiff
BugReports: https://github.com/dbosak01/pkgdiff/issues
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
NeedsCompilation: no
Packaged: 2026-03-26 00:29:18 UTC; dbosa
Author: David Bosak [aut, cre],
Brian Varney [ctb],
Kevin Putschko [ctb]
Repository: CRAN
Date/Publication: 2026-03-26 01:20:02 UTC