Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 2.8.1 | tota | 2017-08-28 | 2 | -4/+4 |
| | |||||
* | - Update to 2.7 | tota | 2017-06-28 | 2 | -4/+4 |
| | |||||
* | - Update to 2.6 | tota | 2017-05-07 | 2 | -4/+4 |
| | |||||
* | - Update to 2.3 | tota | 2016-12-17 | 2 | -4/+4 |
| | |||||
* | - Update to 2.2 | tota | 2016-12-16 | 2 | -4/+4 |
| | |||||
* | - Update to 2.1 | tota | 2016-10-10 | 2 | -4/+4 |
| | |||||
* | - Update to 2.0 | tota | 2016-10-08 | 2 | -4/+4 |
| | |||||
* | - Update to 1.2 | tota | 2016-08-15 | 2 | -4/+4 |
| | |||||
* | - Update to 1.1 | tota | 2016-07-29 | 2 | -4/+4 |
| | |||||
* | - Update to 1.0 | tota | 2016-07-28 | 3 | -18/+5 |
| | | | | - Add "compiles" argument to USES=cran | ||||
* | - Update to 0.9.7 | tota | 2016-04-14 | 2 | -3/+3 |
| | |||||
* | Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. | mat | 2016-04-01 | 1 | -2/+2 |
| | | | | | With hat: portmgr Sponsored by: Absolight | ||||
* | - Update to 0.9.6 | tota | 2016-02-19 | 2 | -3/+3 |
| | |||||
* | - Update to 0.9.5 | tota | 2016-01-27 | 3 | -4/+15 |
| | | | | - Cosmetic change | ||||
* | - Update to 0.9.4 | tota | 2015-11-26 | 2 | -3/+3 |
| | |||||
* | - Update to 0.9.3 | tota | 2015-08-29 | 2 | -3/+6 |
| | |||||
* | - Add new port: ftp/R-cran-curl | tota | 2015-08-10 | 3 | -0/+33 |
The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https://, ftps://), 'gzip' compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr' package which builds on this package with HTTP specific tools and logic. WWW: https://cran.r-project.org/web/packages/curl/ |