https://github.com/cran/pkgdown
Raw File
Tip revision: be39bf7826519337f2174410168506d8cd3cbe75 authored by Hadley Wickham on 30 November 2021, 20:10:03 UTC
version 2.0.0
Tip revision: be39bf7
DESCRIPTION
Package: pkgdown
Title: Make Static HTML Documentation for a Package
Version: 2.0.0
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", 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("RStudio", 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.1.0)
Imports: bslib, callr (>= 2.0.2), crayon, desc, digest, downlit (>=
        0.4.0), fs (>= 1.4.0), httr (>= 1.4.2), jsonlite, magrittr,
        memoise, purrr, ragg, rlang (>= 0.4.0), rmarkdown (>=
        1.1.9007), tibble, whisker, withr, xml2 (>= 1.3.1), yaml
Suggests: covr, diffviewer, evaluate, htmltools, htmlwidgets, knitr,
        lifecycle, methods, openssl, pkgload (>= 1.0.2), rsconnect,
        rstudioapi, rticles, sass, testthat (>= 3.0.0), tools
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/potools/style: explicit
Encoding: UTF-8
RoxygenNote: 7.1.2
SystemRequirements: pandoc
NeedsCompilation: no
Packaged: 2021-11-30 20:51:14 UTC; hadleywickham
Author: Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>),
  Jay Hesselberth [aut] (<https://orcid.org/0000-0002-6299-179X>),
  Maëlle Salmon [aut] (<https://orcid.org/0000-0002-2815-0399>),
  RStudio [cph, fnd]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2021-11-30 21:10:03 UTC
back to top