Skip to content

Commit 90770f8

Browse files
committed
replace Rcrawler with rvest
close #537
1 parent b1958cd commit 90770f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WebTechnologies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Colloquially, these activities are called
207207
- `r github("omegahat/RHTMLForms")` reads HTML documents and obtains a description of each of the forms it contains,
208208
along with the different elements and hidden fields.
209209
`r pkg("htm2txt")` uses regex to converts html documents to plain text by removing all html tags.
210-
`r pkg("Rcrawler")` does crawling and scraping of web pages.
210+
`r pkg("rvest")` scrapes (or harvests) data from web pages.
211211
- *HTML Utilities*:
212212
These tools don't extract content, but they can help your develop and debug.
213213
- `r pkg("W3CMarkupValidator")` provides an R Interface to W3C Markup Validation Services for validating HTML documents.
@@ -340,7 +340,7 @@ Colloquially, these activities are called
340340

341341
### Software Development
342342

343-
- [*rhub v2*](https://r-hub.github.io/rhub/) is a collection of free services
343+
- [*rhub v2*](https://r-hub.github.io/rhub/) is a collection of free services
344344
to help R package development across all architectures.
345345
It runs on GitHub Actions.
346346
`r pkg("rhub")` interfaces with R-Hub to allow you to check a package on the platform.

0 commit comments

Comments
 (0)