forked from r-lib/pkgdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 1.41 KB
/
DESCRIPTION
File metadata and controls
62 lines (62 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: pkgdown
Title: Make Static HTML Documentation for a Package
Version: 1.4.1.9000
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.3.0),
fansi,
highlight,
httr,
magrittr,
MASS,
memoise,
openssl,
purrr,
processx,
rematch2,
rlang (>= 0.3.0),
rmarkdown (>= 1.1.9007),
rstudioapi,
tibble,
tools,
whisker,
withr,
xml2 (>= 1.1.1),
yaml
Suggests:
covr,
htmlwidgets,
jsonlite,
knitr,
leaflet,
pkgload (>= 1.0.2),
testthat (>= 2.1.0),
rticles,
rsconnect
VignetteBuilder: knitr
SystemRequirements: pandoc
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8