{
  "_id": "6a10468facfb0bcc41c9eb59",
  "Package": "pkgdiff",
  "Type": "Package",
  "Title": "Identifies Package Differences",
  "Version": "1.0.3",
  "Maintainer": "David Bosak <dbosak01@gmail.com>",
  "Authors@R": "c(\nperson(\n\"David\", \"Bosak\",\nemail = \"dbosak01@gmail.com\",\nrole = c(\"aut\", \"cre\")\n),\nperson(\n\"Brian\", \"Varney\",\nemail = \"brian.varney@experis.com\",\nrole = c(\"ctb\")\n),\nperson(\n\"Kevin\", \"Putschko\",\nemail = \"kevin.putschko@experis.com\",\nrole = c(\"ctb\")\n)\n)",
  "Description": "Identifies differences between versions of a package.\nSpecifically, the functions help determine if there are\nbreaking changes from one package version to the next.  The\npackage also includes a stability assessment, to help you\ndetermine the overall stability of a package, or even an entire\nrepository.",
  "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",
  "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": {
    "Date": "2026-05-10 15:53:14 UTC",
    "User": "root"
  },
  "Author": "David Bosak [aut, cre],\nBrian Varney [ctb],\nKevin Putschko [ctb]",
  "MD5sum": "201f1dcdbf78a567adf22fb314a7965c",
  "_user": "dbosak01",
  "_type": "src",
  "_file": "pkgdiff_1.0.3.tar.gz",
  "_fileid": "dab15db7ecc3940cca6b0c7737e078b38e537ca0d3b0f1711d929326c5ee3302",
  "_filesize": 927210,
  "_sha256": "dab15db7ecc3940cca6b0c7737e078b38e537ca0d3b0f1711d929326c5ee3302",
  "_created": "2026-05-10T15:53:14.000Z",
  "_published": "2026-05-22T12:05:35.502Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77375907815,
      "time": 188,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "6904997820"
    },
    {
      "job": 77375906969,
      "time": 213,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6904999542"
    },
    {
      "job": 77375907319,
      "time": 151,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "6904993218"
    },
    {
      "job": 77375906992,
      "time": 172,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "6904995262"
    },
    {
      "job": 77375906015,
      "time": 213,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6904977682"
    },
    {
      "job": 77375906051,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160048659"
    },
    {
      "job": 77375907001,
      "time": 155,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "6904993698"
    },
    {
      "job": 77375907233,
      "time": 127,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "6904990909"
    },
    {
      "job": 77375907081,
      "time": 141,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "6904992194"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dbosak01/actions/runs/25633010042",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dbosak01/pkgdiff",
  "_commit": {
    "id": "3708947a36f94b41ed84013927df7485a691ef23",
    "author": "David J. Bosak <dbosak01@gmail.com>",
    "committer": "David J. Bosak <dbosak01@gmail.com>",
    "message": "Fix for CRAN\n",
    "time": 1778425576
  },
  "_maintainer": {
    "name": "David Bosak",
    "email": "dbosak01@gmail.com",
    "login": "dbosak01",
    "uuid": 41754982
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "common",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "cranlogs",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "dbosak01",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-47",
      "n": 5
    },
    {
      "week": "2025-48",
      "n": 5
    },
    {
      "week": "2025-51",
      "n": 2
    },
    {
      "week": "2026-13",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.2.1",
      "date": "2025-07-12"
    },
    {
      "name": "v1.0.0",
      "date": "2025-11-24"
    }
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "dbosak01",
      "count": 106,
      "uuid": 41754982
    }
  ],
  "_userbio": {
    "uuid": 41754982,
    "type": "user",
    "name": "David J. Bosak",
    "description": "Chief Software Architect at Archytas Clinical Solutions and inventor of the sassy system of R packages."
  },
  "_downloads": {
    "count": 523,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pkgdiff"
  },
  "_devurl": "https://github.com/dbosak01/pkgdiff",
  "_pkgdown": "https://pkgdiff.r-sassy.org",
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/pkgdiff.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dbosak01/pkgdiff",
  "_realowner": "dbosak01",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.9",
      "date": "2025-03-13"
    },
    {
      "version": "0.2.0",
      "date": "2025-04-13"
    },
    {
      "version": "0.2.1",
      "date": "2025-07-12"
    },
    {
      "version": "1.0.0",
      "date": "2025-11-24"
    },
    {
      "version": "1.0.1",
      "date": "2025-12-16"
    },
    {
      "version": "1.0.2",
      "date": "2026-03-26"
    }
  ],
  "_exports": [
    "pkg_cache",
    "pkg_diff",
    "pkg_info",
    "pkg_repo",
    "pkg_stability",
    "pkg_summary",
    "pkg_versions",
    "repo_breakages",
    "repo_stability"
  ],
  "_help": [
    {
      "page": "pkg_cache",
      "title": "Queries the Package Cache",
      "concept": [
        "pdiff"
      ],
      "topics": [
        "pkg_cache"
      ]
    },
    {
      "page": "pkg_diff",
      "title": "Compare Package Versions",
      "concept": [
        "pdiff"
      ],
      "topics": [
        "pkg_diff"
      ]
    },
    {
      "page": "pkg_info",
      "title": "Get Information for a Package",
      "concept": [
        "pdiff"
      ],
      "topics": [
        "pkg_info"
      ]
    },
    {
      "page": "pkg_repo",
      "title": "Retrieve Package Versions from a Repository",
      "concept": [
        "prepo"
      ],
      "topics": [
        "pkg_repo"
      ]
    },
    {
      "page": "pkg_stability",
      "title": "Calculate Stability Score for a Package",
      "concept": [
        "pdiff"
      ],
      "topics": [
        "pkg_stability"
      ]
    },
    {
      "page": "pkg_summary",
      "title": "Generate a Package Summary Report",
      "topics": [
        "pkg_summary"
      ]
    },
    {
      "page": "pkg_versions",
      "title": "Retrieves All Versions of a Package",
      "concept": [
        "pdiff"
      ],
      "topics": [
        "pkg_versions"
      ]
    },
    {
      "page": "print.pcache",
      "title": "Print a Package Cache Object",
      "concept": [
        "pdiff"
      ],
      "topics": [
        "print.pcache"
      ]
    },
    {
      "page": "print.pdiff",
      "title": "Print a Package Difference Object",
      "concept": [
        "pdiff"
      ],
      "topics": [
        "print.pdiff"
      ]
    },
    {
      "page": "print.pdiff_score",
      "title": "Print a Stability Score Object",
      "concept": [
        "pdiff"
      ],
      "topics": [
        "print.pdiff_score"
      ]
    },
    {
      "page": "print.pinfo",
      "title": "Print a Package Info Object",
      "concept": [
        "pdiff"
      ],
      "topics": [
        "print.pinfo"
      ]
    },
    {
      "page": "print.prepo",
      "title": "Print a Package Repo Object",
      "concept": [
        "prepo"
      ],
      "topics": [
        "print.prepo"
      ]
    },
    {
      "page": "print.rbreak",
      "title": "Print a Repo Breakages Object",
      "concept": [
        "prepo"
      ],
      "topics": [
        "print.rbreak"
      ]
    },
    {
      "page": "print.rstability",
      "title": "Print a Repo Stability Object",
      "concept": [
        "prepo"
      ],
      "topics": [
        "print.rstability"
      ]
    },
    {
      "page": "repo_breakages",
      "title": "Identify Breakages for a Repository",
      "concept": [
        "prepo"
      ],
      "topics": [
        "repo_breakages"
      ]
    },
    {
      "page": "repo_stability",
      "title": "Generate Stability Scores for a Repository",
      "concept": [
        "prepo"
      ],
      "topics": [
        "repo_stability"
      ]
    }
  ],
  "_pkglogo": "https://github.com/dbosak01/pkgdiff/raw/HEAD/logo.png",
  "_readme": "https://github.com/dbosak01/pkgdiff/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "common",
    "cranlogs",
    "crayon",
    "curl",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "rvest",
    "selectr",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "utf8",
    "vctrs",
    "xml2"
  ],
  "_vignettes": [
    {
      "source": "pkgdiff-faq.Rmd",
      "filename": "pkgdiff-faq.html",
      "title": "Frequently Asked Questions",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Index",
        "Content",
        "What is pkgdiff?",
        "Do I need internet access to use pkgdiff?",
        "How are you doing the version comparisons?",
        "Do package comparisons have to be between sequential versions?",
        "What counts as a breaking change?",
        "How is the stability score calculated?",
        "Why is pkg_stability() so slow?",
        "Which packages are in the cache?",
        "Where is the cache located?",
        "How can I add a package to the cache?",
        "Can I create a report with pkgdiff?",
        "Can I use pkgdiff with packages that are not on CRAN?",
        "Can I use pkgdiff with Base R packages?"
      ],
      "created": "2025-02-03 05:52:32",
      "modified": "2025-03-16 12:32:38",
      "commits": 6
    },
    {
      "source": "pkgdiff-cache.Rmd",
      "filename": "pkgdiff-cache.html",
      "title": "Package Cache",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2025-02-16 17:25:00",
      "modified": "2025-03-02 03:33:26",
      "commits": 8
    },
    {
      "source": "pkgdiff.Rmd",
      "filename": "pkgdiff.html",
      "title": "pkgdiff",
      "engine": "knitr::rmarkdown",
      "headings": [
        "General Package Information",
        "Stability Assessment",
        "Create a Summary Report",
        "Comparing Package Versions",
        "Listing Package Versions",
        "Anticipating Breakages",
        "Small Set of Packages",
        "Entire Repository",
        "Assessing Entire Repository",
        "Next Steps"
      ],
      "created": "2025-01-19 00:17:31",
      "modified": "2025-11-23 17:52:06",
      "commits": 13
    },
    {
      "source": "pkgdiff-stability.Rmd",
      "filename": "pkgdiff-stability.html",
      "title": "Stability Score",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Breaking Changes",
        "Percentage of Non-Breaking Changes",
        "Weighting Over Time",
        "Other Considerations",
        "Stability Assessment",
        "CRAN Packages Only"
      ],
      "created": "2025-02-03 05:52:32",
      "modified": "2025-02-28 03:46:10",
      "commits": 8
    }
  ],
  "_score": 5.778151250383644,
  "_indexed": true,
  "_nocasepkg": "pkgdiff",
  "_universes": [
    "dbosak01"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-10T15:55:30.000Z",
      "distro": "noble",
      "commit": "3708947a36f94b41ed84013927df7485a691ef23",
      "fileid": "e479df73b8256a058a65cef48bc757393f73a0bea4fef60c79c042215d656032",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/dbosak01/actions/runs/25633010042"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-10T15:55:24.000Z",
      "distro": "noble",
      "commit": "3708947a36f94b41ed84013927df7485a691ef23",
      "fileid": "c57f7b35342fba909112f0e3838f704607e492ab5f441c29a45d32b1f1258f6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dbosak01/actions/runs/25633010042"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-10T15:54:49.000Z",
      "commit": "3708947a36f94b41ed84013927df7485a691ef23",
      "fileid": "ba09506d3848c7b9a4a8730624726ab5f24d1b12813f53eb0225d08ab93e0236",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/dbosak01/actions/runs/25633010042"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-10T15:55:01.000Z",
      "commit": "3708947a36f94b41ed84013927df7485a691ef23",
      "fileid": "8057008c062ac1c59cfaac54be5805759c25f353b2fc0dfcfe1b50f1d550e7d1",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/dbosak01/actions/runs/25633010042"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-10T15:54:55.000Z",
      "commit": "3708947a36f94b41ed84013927df7485a691ef23",
      "fileid": "f34a47c5c59637f0d071b02702bf81c11322dab3ad8eadd0f52fd942de8db1fd",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/dbosak01/actions/runs/25633010042"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-10T15:54:28.000Z",
      "commit": "3708947a36f94b41ed84013927df7485a691ef23",
      "fileid": "911f82d75e99f28d9c1c1a0848247bd44f9f194328cbf9a175ce797419e2192b",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/dbosak01/actions/runs/25633010042"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-10T15:54:28.000Z",
      "commit": "3708947a36f94b41ed84013927df7485a691ef23",
      "fileid": "1a45bf2f52e7b64e7d4f5efa82ccd92c8f261ed2a07d7d1ad32a0faccf6e0112",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/dbosak01/actions/runs/25633010042"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-05-22T12:05:17.000Z",
      "commit": "3708947a36f94b41ed84013927df7485a691ef23",
      "fileid": "5dc9ffaa95e157219759218c5aae92a21a931fc4830c96bab0f7c7706d9702e4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dbosak01/actions/runs/25633010042"
    }
  ]
}