-
Notifications
You must be signed in to change notification settings - Fork 343
/
DESCRIPTION
45 lines (45 loc) · 1.04 KB
/
DESCRIPTION
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
Package: rvest
Title: Easily Harvest (Scrape) Web Pages
Version: 1.0.4.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Wrappers around the 'xml2' and 'httr' packages to make it
easy to download, then manipulate, HTML and XML.
License: MIT + file LICENSE
URL: https://rvest.tidyverse.org/, https://github.com/tidyverse/rvest
BugReports: https://github.com/tidyverse/rvest/issues
Depends:
R (>= 3.6)
Imports:
cli,
glue,
httr (>= 0.5),
lifecycle (>= 1.0.3),
magrittr,
rlang (>= 1.1.0),
selectr,
tibble,
xml2 (>= 1.3)
Suggests:
chromote,
covr,
knitr,
R6,
readr,
repurrrsive,
rmarkdown,
spelling,
stringi (>= 0.3.1),
testthat (>= 3.0.2),
webfakes
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1