Package: rvest Title: Easily Harvest (Scrape) Web Pages Version: 1.0.5.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) 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 (>= 4.1) Imports: cli, glue, httr (>= 0.5), lifecycle (>= 1.0.3), magrittr, rlang (>= 1.1.0), selectr, tibble, xml2 (>= 1.4.0) Suggests: chromote, covr, knitr, purrr, R6, readr, repurrrsive, rmarkdown, spelling, stringi (>= 0.3.1), testthat (>= 3.0.2), tidyr, 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.2 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://tidyverse.r-universe.dev Date/Publication: 2025-08-29 14:07:45 UTC RemoteUrl: https://github.com/tidyverse/rvest RemoteRef: HEAD RemoteSha: 6c955c0ecfbb0f0bdb1891f0ef952af388b51851 NeedsCompilation: no Packaged: 2026-06-21 06:13:34 UTC; root Author: Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Hadley Wickham