Package: pkgdiff Type: Package Title: Identifies Package Differences Version: 1.0.3 Maintainer: David Bosak 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 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 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://dbosak01.r-universe.dev Date/Publication: 2026-05-10 15:06:16 UTC RemoteUrl: https://github.com/dbosak01/pkgdiff RemoteRef: HEAD RemoteSha: 3708947a36f94b41ed84013927df7485a691ef23 NeedsCompilation: no Packaged: 2026-06-09 06:02:01 UTC; root Author: David Bosak [aut, cre], Brian Varney [ctb], Kevin Putschko [ctb]