Package: pkgdiff
Type: Package
Title: Identifies Package Differences
Version: 0.2.0
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.2
Depends: R (>= 4.0.0)
Imports: rvest, common, crayon, utils, cranlogs
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-04-13 21:16:16 UTC; dbosa
Author: David Bosak [aut, cre],
  Brian Varney [ctb],
  Kevin Putschko [ctb]
Repository: CRAN
Date/Publication: 2025-04-13 21:40:02 UTC
Built: R 4.3.3; ; 2025-04-13 22:13:57 UTC; unix
