{
  "_id": "6a590fdc09eb0996dd68bce9",
  "Package": "foghorn",
  "Title": "Summarize CRAN Check Results in the Terminal",
  "Version": "1.6.2.9000",
  "Authors@R": "c(person(given = \"Francois\",\nfamily = \"Michonneau\",\nrole = c(\"aut\", \"cre\"),\nemail = \"francois.michonneau@gmail.com\"),\nperson(given = \"Ben\",\nfamily = \"Bolker\",\nrole = \"ctb\"))",
  "Description": "The CRAN check results and where your package stands in\nthe CRAN submission queue in your R terminal.",
  "License": "MIT + file LICENSE",
  "URL": "https://fmichonneau.github.io/foghorn/,\nhttps://github.com/fmichonneau/foghorn",
  "BugReports": "https://github.com/fmichonneau/foghorn/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "Config/roxygen2/version": "8.0.0",
  "Config/pak/sysreqs": "libxml2-dev libssl-dev",
  "Repository": "https://fmichonneau.r-universe.dev",
  "Date/Publication": "2026-07-16 16:42:41 UTC",
  "RemoteUrl": "https://github.com/fmichonneau/foghorn",
  "RemoteRef": "HEAD",
  "RemoteSha": "bdbac17a71f8ddf127b1a4df6c9c04d930b69da3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-16 17:04:31 UTC",
    "User": "root"
  },
  "Author": "Francois Michonneau [aut, cre],\nBen Bolker [ctb]",
  "Maintainer": "Francois Michonneau <francois.michonneau@gmail.com>",
  "_user": "fmichonneau",
  "_type": "src",
  "_file": "foghorn_1.6.2.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/f96a869d0cddc09f39044c48581fe7cc6e181c23a3dfc6dcc6271ae0dde8bf30",
  "_filesize": 173990,
  "_sha256": "f96a869d0cddc09f39044c48581fe7cc6e181c23a3dfc6dcc6271ae0dde8bf30",
  "_expires": "2026-10-24T17:07:38.000Z",
  "_created": "2026-07-16T17:04:31.000Z",
  "_published": "2026-07-16T17:07:40.417Z",
  "_jobs": [
    {
      "job": 87688685462,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8383644552"
    },
    {
      "job": 87688685498,
      "time": 141,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8383642568"
    },
    {
      "job": 87688685473,
      "time": 101,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8383623978"
    },
    {
      "job": 87688685477,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8383616320"
    },
    {
      "job": 87687912685,
      "time": 194,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8383574539"
    },
    {
      "job": 87688685459,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8383632531"
    },
    {
      "job": 87688685554,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8383617787"
    },
    {
      "job": 87688685470,
      "time": 96,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8383622373"
    },
    {
      "job": 87688685511,
      "time": 115,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8383630464"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/fmichonneau/actions/runs/29518015695",
  "_status": "success",
  "_upstream": "https://github.com/fmichonneau/foghorn",
  "_commit": {
    "id": "bdbac17a71f8ddf127b1a4df6c9c04d930b69da3",
    "author": "François Michonneau <francois.michonneau@gmail.com>",
    "committer": "François Michonneau <francois.michonneau@gmail.com>",
    "message": "fix deadline extraction when page has multiple styled notices\n\nA CRAN package page can contain more than one styled <span> (e.g. an\nundeliverable-maintainer-email notice alongside the deadline). The\nXPath matched all of them, so extract_deadline() passed a length > 1\nvector to a scalar `if`, erroring with \"the condition has length > 1\".\nFilter to the deadline span before extracting the date, and add\nnetwork-free regression tests.\n",
    "time": 1784220161
  },
  "_maintainer": {
    "name": "Francois Michonneau",
    "email": "francois.michonneau@gmail.com",
    "login": "fmichonneau",
    "mastodon": "@fmic_@hachyderm.io",
    "bluesky": "@francoismichonneau.net",
    "description": "Solutions Engineer @posit-dev ",
    "uuid": 5502922
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "version": ">= 3.6.1",
      "role": "Imports"
    },
    {
      "package": "curl",
      "version": ">= 2.2",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.3",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "version": ">= 0.3.2",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 1.2",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "progress",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "fmichonneau",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [
    {
      "week": "2025-29",
      "n": 5
    },
    {
      "week": "2025-30",
      "n": 1
    },
    {
      "week": "2026-28",
      "n": 1
    },
    {
      "week": "2026-29",
      "n": 6
    }
  ],
  "_tags": [
    {
      "name": "v1.6.1",
      "date": "2025-07-21"
    },
    {
      "name": "v1.6.2",
      "date": "2026-07-15"
    }
  ],
  "_topics": [
    "feedback"
  ],
  "_stars": 60,
  "_contributors": [
    {
      "user": "fmichonneau",
      "count": 504,
      "uuid": 5502922
    },
    {
      "user": "bbolker",
      "count": 12,
      "uuid": 78918
    },
    {
      "user": "louisaslett",
      "count": 2,
      "uuid": 5246125
    },
    {
      "user": "jennybc",
      "count": 1,
      "uuid": 599454
    },
    {
      "user": "maelle",
      "count": 1,
      "uuid": 8360597
    },
    {
      "user": "wibeasley",
      "count": 1,
      "uuid": 1372890
    }
  ],
  "_userbio": {
    "uuid": 5502922,
    "type": "user",
    "name": "François Michonneau",
    "followers": 308,
    "description": "Solutions Engineer @posit-dev "
  },
  "_downloads": {
    "count": 19059,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/foghorn"
  },
  "_devurl": "https://github.com/fmichonneau/foghorn",
  "_pkgdown": "https://fmichonneau.github.io/foghorn/",
  "_searchresults": 34,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/foghorn.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/fmichonneau/foghorn",
  "_realowner": "fmichonneau",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.4.2",
      "date": "2017-02-08"
    },
    {
      "version": "0.4.4",
      "date": "2017-05-23"
    },
    {
      "version": "1.0.0",
      "date": "2017-12-05"
    },
    {
      "version": "1.0.1",
      "date": "2018-02-28"
    },
    {
      "version": "1.0.2",
      "date": "2018-04-14"
    },
    {
      "version": "1.1.0",
      "date": "2019-02-17"
    },
    {
      "version": "1.1.3",
      "date": "2019-11-10"
    },
    {
      "version": "1.1.4",
      "date": "2019-11-28"
    },
    {
      "version": "1.1.5",
      "date": "2020-04-07"
    },
    {
      "version": "1.2.1",
      "date": "2020-05-05"
    },
    {
      "version": "1.2.2",
      "date": "2020-07-22"
    },
    {
      "version": "1.2.3",
      "date": "2020-07-30"
    },
    {
      "version": "1.3.1",
      "date": "2020-09-08"
    },
    {
      "version": "1.3.2",
      "date": "2020-12-17"
    },
    {
      "version": "1.4.0",
      "date": "2021-05-05"
    },
    {
      "version": "1.4.1",
      "date": "2021-05-31"
    },
    {
      "version": "1.4.2",
      "date": "2021-07-11"
    },
    {
      "version": "1.5.1",
      "date": "2022-10-24"
    },
    {
      "version": "1.5.2",
      "date": "2024-02-02"
    },
    {
      "version": "1.6.0",
      "date": "2024-07-02"
    },
    {
      "version": "1.6.1",
      "date": "2025-07-19"
    },
    {
      "version": "1.6.2",
      "date": "2026-07-16"
    }
  ],
  "_exports": [
    "check_cran_results",
    "cran_details",
    "cran_incoming",
    "cran_incoming_folders",
    "cran_results",
    "n_cran_flavors",
    "summary_cran_details",
    "summary_cran_results",
    "visit_cran_check",
    "winbuilder_queue"
  ],
  "_help": [
    {
      "page": "check_cran_results",
      "title": "Deprecated functions",
      "topics": [
        "check_cran_results"
      ]
    },
    {
      "page": "cran_details",
      "title": "Get details about the CRAN check results for packages",
      "topics": [
        "cran_details",
        "summary.cran_details",
        "summary_cran_details"
      ]
    },
    {
      "page": "cran_incoming",
      "title": "List packages in CRAN incoming queue.",
      "topics": [
        "cran_incoming",
        "cran_incoming_folders"
      ]
    },
    {
      "page": "cran_results",
      "title": "Table of the CRAN check results",
      "topics": [
        "cran_results"
      ]
    },
    {
      "page": "n_cran_flavors",
      "title": "The number of CRAN flavors",
      "topics": [
        "n_cran_flavors"
      ]
    },
    {
      "page": "summary_cran_results",
      "title": "Summary of the CRAN check results",
      "topics": [
        "show_cran_results",
        "summary.cran_results",
        "summary_cran_results"
      ]
    },
    {
      "page": "visit_cran_check",
      "title": "Visit the CRAN check results page",
      "topics": [
        "visit_cran_check"
      ]
    },
    {
      "page": "winbuilder_queue",
      "title": "Show the win-builder queue",
      "topics": [
        "winbuilder_queue"
      ]
    }
  ],
  "_pkglogo": "https://github.com/fmichonneau/foghorn/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/fmichonneau/foghorn/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "glue",
    "httr",
    "httr2",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "rvest",
    "selectr",
    "sys",
    "tibble",
    "utf8",
    "vctrs",
    "withr",
    "xml2"
  ],
  "_vignettes": [
    {
      "source": "foghorn.Rmd",
      "filename": "foghorn.html",
      "title": "Get started",
      "author": "Francois Michonneau",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Where does it get the data?",
        "Feedback? Suggestions?"
      ],
      "created": "2019-06-14 08:07:31",
      "modified": "2026-07-15 16:28:06",
      "commits": 10
    }
  ],
  "_score": 9.367881527864467,
  "_indexed": true,
  "_nocasepkg": "foghorn",
  "_universes": [
    "fmichonneau"
  ],
  "_previous": "1.6.2",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.2.9000",
      "date": "2026-07-16T17:06:51.000Z",
      "distro": "resolute",
      "commit": "bdbac17a71f8ddf127b1a4df6c9c04d930b69da3",
      "fileid": "https://r2.ropensci.org/e620875999c3b75169669e56cb1543316aad88db76bd7d21c048ca0449f5cb62",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fmichonneau/actions/runs/29518015695"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.6.2.9000",
      "date": "2026-07-16T17:06:47.000Z",
      "distro": "resolute",
      "commit": "bdbac17a71f8ddf127b1a4df6c9c04d930b69da3",
      "fileid": "https://r2.ropensci.org/fdb9f7ae66ae2e45ca9565f1160e51ba452ede185db6fd05e0346974cb199360",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fmichonneau/actions/runs/29518015695"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.2.9000",
      "date": "2026-07-16T17:06:13.000Z",
      "commit": "bdbac17a71f8ddf127b1a4df6c9c04d930b69da3",
      "fileid": "https://r2.ropensci.org/7762ea73406e04b8d0df8632dcb6e2e0c90ce275445d926afb4e7457660bce44",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fmichonneau/actions/runs/29518015695"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.6.2.9000",
      "date": "2026-07-16T17:05:58.000Z",
      "commit": "bdbac17a71f8ddf127b1a4df6c9c04d930b69da3",
      "fileid": "https://r2.ropensci.org/c3dfc6c0d3c1147246d14dc7c0fe229b129e3f195016ed1cf6ac0a4d00fa4c8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fmichonneau/actions/runs/29518015695"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.2.9000",
      "date": "2026-07-16T17:06:45.000Z",
      "commit": "bdbac17a71f8ddf127b1a4df6c9c04d930b69da3",
      "fileid": "https://r2.ropensci.org/b594079117632fde90db90adfe01a97dbf8c13f61aea9f77890418e0dd2ca081",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fmichonneau/actions/runs/29518015695"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.6.2.9000",
      "date": "2026-07-16T17:05:50.000Z",
      "commit": "bdbac17a71f8ddf127b1a4df6c9c04d930b69da3",
      "fileid": "https://r2.ropensci.org/7b22c666f76b0fd0d4e76bf1a2960aa30aedb160fe63ec83fb4aa3e1a8a69336",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fmichonneau/actions/runs/29518015695"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.6.2.9000",
      "date": "2026-07-16T17:05:59.000Z",
      "commit": "bdbac17a71f8ddf127b1a4df6c9c04d930b69da3",
      "fileid": "https://r2.ropensci.org/9ef4c1b20ad016378e30a8d604c99f5bdab933c1600844c5ac1a86e8601173f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fmichonneau/actions/runs/29518015695"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.6.2.9000",
      "date": "2026-07-16T17:06:13.000Z",
      "commit": "bdbac17a71f8ddf127b1a4df6c9c04d930b69da3",
      "fileid": "https://r2.ropensci.org/c195a1d62f1cb4d22ac090598223bc5131b4bc50a7f9cc1880c1eacd5d0796b1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fmichonneau/actions/runs/29518015695"
    }
  ]
}