Package: pkgdown
Title: Make Static HTML Documentation for a Package
Version: 2.0.8
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-4757-117X")),
    person("Jay", "Hesselberth", role = "aut",
           comment = c(ORCID = "0000-0002-6299-179X")),
    person("Maëlle", "Salmon", role = "aut",
           comment = c(ORCID = "0000-0002-2815-0399")),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Generate an attractive and useful website from a source
    package.  'pkgdown' converts your documentation, vignettes, 'README',
    and more to 'HTML' making it easy to share information about your
    package online.
License: MIT + file LICENSE
URL: https://pkgdown.r-lib.org, https://github.com/r-lib/pkgdown
BugReports: https://github.com/r-lib/pkgdown/issues
Depends:
    R (>= 3.6)
Imports:
    bslib (>= 0.5.1),
    callr (>= 3.7.3),
    cli (>= 3.6.1),
    desc (>= 1.4.0),
    digest,
    downlit (>= 0.4.0),
    fs (>= 1.4.0),
    httr (>= 1.4.2),
    jsonlite,
    magrittr,
    memoise,
    purrr (>= 1.0.0),
    ragg,
    rlang (>= 1.0.0),
    rmarkdown (>= 1.1.9007),
    tibble,
    whisker,
    withr (>= 2.4.3),
    xml2 (>= 1.3.1),
    yaml
Suggests:
    covr,
    diffviewer,
    evaluate,
    gert,
    htmltools,
    htmlwidgets,
    knitr,
    lifecycle,
    methods,
    openssl,
    pkgload (>= 1.0.2),
    rsconnect,
    rstudioapi,
    rticles,
    rvest,
    sass,
    testthat (>= 3.1.3),
    tools
VignetteBuilder:
    knitr
Config/Needs/website: usethis, servr
Config/potools/style: explicit
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: build-articles, build-reference
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: pandoc
