Skip to content

Commit

Permalink
retire downloader package
Browse files Browse the repository at this point in the history
It was important before utils handled ssl.  It hasn't been updated since 2015

ref #503
  • Loading branch information
wibeasley authored and pachadotdev committed Feb 22, 2023
1 parent 63d8d98 commit 137e311
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WebTechnologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ Many base and CRAN packages provide functions that download files:

- [utils](https://stat.ethz.ch/R-manual/R-devel/library/utils/html/00Index.html)'s `download.file()`.
- `r pkg("curl")`'s `curl_download()`, and `curl_fetch_multi()`, and friends.
- `r pkg("downloader")` wraps `utils::download.file()`, and takes all the same arguments.
[I think this entry can be removed. It was important before utils handled ssl. It hasn't been updated since 2015]
- An alternative is to use `httr::GET()` (or `RCurl::getURL()`) to first read
the file into R as a character vector before parsing with a function like `utils::read.table(text = ...)`.

Expand Down

0 comments on commit 137e311

Please sign in to comment.