Package: usedthese
Type: Package
Title: Summarises Package & Function Usage
Version: 0.3.1
Authors@R: person("Carl", "Goodwin", email = "carl.goodwin@quantumjitter.com",
  role = c("aut", "cre"))
Description: Consistent with 'knitr' syntax highlighting, 'usedthese' adds a
    summary table of R package & function usage to a Quarto document and 
    enables aggregation of usage across a Quarto website. Learn more about
    'usedthese' at <https://cgoo4.github.io/usedthese/>.
Language: en-GB
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: 
    covr,
    rmarkdown,
    spelling,
    testthat (>= 3.0.0),
    tsibble,
    xts
Config/testthat/edition: 3
RoxygenNote: 7.2.3
Imports: 
    conflicted (>= 1.2.0),
    dplyr (>= 1.1.0),
    highr,
    httr,
    kableExtra,
    knitr,
    purrr,
    readr,
    rlang,
    rvest,
    stringr,
    tibble,
    tidyr (>= 1.3.0),
    tidyselect,
    withr
Depends: 
    R (>= 4.1)
URL: https://cgoo4.github.io/usedthese/
BugReports: https://github.com/cgoo4/usedthese/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
