# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "curl" in publications use:' type: software license: MIT title: 'curl: A Modern and Flexible Web Client for R' version: 5.2.2 doi: 10.32614/CRAN.package.curl identifiers: - type: url value: https://curl.se/libcurl/ abstract: 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. authors: - family-names: Ooms given-names: Jeroen email: jeroen@berkeley.edu orcid: https://orcid.org/0000-0002-4035-0289 repository: https://jeroen.r-universe.dev repository-code: https://github.com/jeroen/curl commit: a97f53b26ec7c0d696babeca1a6f349b3379d5d5 url: https://jeroen.r-universe.dev/curl contact: - family-names: Ooms given-names: Jeroen email: jeroen@berkeley.edu orcid: https://orcid.org/0000-0002-4035-0289