Package: pkgsite
Title: Convert the Reference Pages into 'Quarto' Files
Version: 0.1.0
Authors@R: c(
    person("Edgar", "Ruiz", , "edgar@posit.co", role = c("aut", "cre")),
    person("Posit Software, PBC", role = c("cph", "fnd"),
           comment = c(ROR = "03wc8by49"))
  )
Description: Makes it easier to create a 'Quarto' website for an 'R'
    package. Converts 'R' documentation ('Rd') files into 'Quarto' Markdown
    documents individually. Supports configuration via the '_quarto.yml'
    file and groups functions using 'roxygen2' family tags.
License: MIT + file LICENSE
URL: https://github.com/edgararuiz/pkgsite
BugReports: https://github.com/edgararuiz/pkgsite/issues
Depends: R (>= 4.1)
Imports: cli, fs, purrr, rlang, tools, yaml
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-06-09 14:06:49 UTC; edgar
Author: Edgar Ruiz [aut, cre],
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Edgar Ruiz <edgar@posit.co>
Repository: CRAN
Date/Publication: 2026-06-17 13:20:08 UTC
