Package: foghorn
Title: Summarize CRAN Check Results in the Terminal
Version: 1.5.2
Authors@R: 
    c(person(given = "Francois",
             family = "Michonneau",
             role = c("aut", "cre"),
             email = "francois.michonneau@gmail.com"),
      person(given = "Ben",
             family = "Bolker",
             role = "ctb"))
Description: The CRAN check results and where your package stands in the
    CRAN submission queue in your R terminal.
License: MIT + file LICENSE
URL: https://fmichonneau.github.io/foghorn/, https://github.com/fmichonneau/foghorn
BugReports: https://github.com/fmichonneau/foghorn/issues
Depends:
    R (>= 3.1.0)
Imports:
    clisymbols (>= 1.0.0),
    crayon (>= 1.3.2),
    curl (>= 2.2),
    httr2 (>= 0.2.1),
    rlang (>= 0.4.3),
    rvest (>= 0.3.2),
    tibble (>= 1.2),
    xml2 (>= 1.0.0)
Suggests:
    covr,
    dplyr,
    knitr,
    progress,
    rmarkdown,
    testthat
VignetteBuilder: 
    knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
