https://github.com/cran/pkgdown
Revision 6b764c2b41fb92ee99c386c0b91fb2ac206be173 authored by Hadley Wickham on 06 December 2018, 23:50:07 UTC, committed by cran-robot on 06 December 2018, 23:50:07 UTC
1 parent ba93f09
Raw File
Tip revision: 6b764c2b41fb92ee99c386c0b91fb2ac206be173 authored by Hadley Wickham on 06 December 2018, 23:50:07 UTC
version 1.3.0
Tip revision: 6b764c2
DESCRIPTION
Package: pkgdown
Title: Make Static HTML Documentation for a Package
Version: 1.3.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("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: callr (>= 2.0.2), cli, crayon, desc, digest, evaluate, fs (>=
        1.2.0), fansi, highlight, httr, magrittr, MASS, memoise,
        openssl, pkgload (>= 1.0.2), purrr, processx, R6, rematch2,
        rlang (>= 0.2.0), rmarkdown (>= 1.1.9007), roxygen2, rsconnect,
        rstudioapi, tibble, tools, whisker, withr, xml2 (>= 1.1.1),
        yaml
Suggests: covr, devtools, htmlwidgets, jsonlite, knitr, leaflet,
        testthat, rticles
VignetteBuilder: knitr
SystemRequirements: pandoc
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2018-12-06 21:58:07 UTC; hadley
Author: Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>),
  Jay Hesselberth [aut] (<https://orcid.org/0000-0002-6299-179X>),
  RStudio [cph, fnd]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2018-12-07 00:50:07 UTC
back to top