-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
41 lines (41 loc) · 1.35 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: crul
Title: HTTP Client
Description: A simple HTTP client, with tools for making HTTP requests,
and mocking HTTP requests. The package is built on R6, and takes
inspiration from Ruby's 'faraday' gem (<https://rubygems.org/gems/faraday>).
The package name is a play on curl, the widely used command line tool
for HTTP, and this package is built on top of the R package 'curl', an
interface to 'libcurl' (<https://curl.se/libcurl/>).
Version: 1.5.0.91
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "myrmecocystus@gmail.com",
comment = c(ORCID = "0000-0003-1444-9135"))
)
URL: https://docs.ropensci.org/crul/,
https://github.com/ropensci/crul,
https://books.ropensci.org/http-testing/
BugReports: https://github.com/ropensci/crul/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
Imports:
curl (>= 3.3),
R6 (>= 2.2.0),
urltools (>= 1.6.0),
httpcode (>= 0.2.0),
jsonlite,
mime
Suggests:
testthat,
roxygen2 (>= 7.1.1),
fauxpas (>= 0.1.0),
webmockr (>= 0.1.0),
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: Web
X-schema.org-keywords: http, https, API, web-services, curl, download, libcurl, async, mocking, caching
X-schema.org-isPartOf: https://ropensci.org