aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/R-cran-curl
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.8.1tota2017-08-282-4/+4
|
* - Update to 2.7tota2017-06-282-4/+4
|
* - Update to 2.6tota2017-05-072-4/+4
|
* - Update to 2.3tota2016-12-172-4/+4
|
* - Update to 2.2tota2016-12-162-4/+4
|
* - Update to 2.1tota2016-10-102-4/+4
|
* - Update to 2.0tota2016-10-082-4/+4
|
* - Update to 1.2tota2016-08-152-4/+4
|
* - Update to 1.1tota2016-07-292-4/+4
|
* - Update to 1.0tota2016-07-283-18/+5
| | | | - Add "compiles" argument to USES=cran
* - Update to 0.9.7tota2016-04-142-3/+3
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.9.6tota2016-02-192-3/+3
|
* - Update to 0.9.5tota2016-01-273-4/+15
| | | | - Cosmetic change
* - Update to 0.9.4tota2015-11-262-3/+3
|
* - Update to 0.9.3tota2015-08-292-3/+6
|
* - Add new port: ftp/R-cran-curltota2015-08-103-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/