-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
57 lines (57 loc) · 1.85 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: vcr
Title: Record 'HTTP' Calls to Disk
Description: Record test suite 'HTTP' requests and replays them during
future runs. A port of the Ruby gem of the same name
(<https://github.com/vcr/vcr/>). Works by hooking into the 'webmockr'
R package for matching 'HTTP' requests by various rules ('HTTP' method,
'URL', query parameters, headers, body, etc.), and then caching
real 'HTTP' responses on disk in 'cassettes'. Subsequent 'HTTP' requests
matching any previous requests in the same 'cassette' use a cached
'HTTP' response.
Version: 1.6.0.91
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "sckott@protonmail.com",
comment = c(ORCID="0000-0003-1444-9135")),
person("Aaron", "Wolen", role = "aut",
comment = c(ORCID="0000-0003-2542-2202")),
person("Maëlle", "Salmon", role = "aut",
comment = c(ORCID="0000-0002-2815-0399")),
person("Daniel", "Possenriede", role = "aut",
comment = c(ORCID="0000-0002-6738-9845")),
person("rOpenSci", role = "fnd", comment = "https://ropensci.org"))
URL: https://github.com/ropensci/vcr/,
https://books.ropensci.org/http-testing/,
https://docs.ropensci.org/vcr/
BugReports: https://github.com/ropensci/vcr/issues
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Imports:
crul (>= 0.8.4),
httr,
httr2,
webmockr (>= 0.8.0),
urltools,
yaml,
R6,
base64enc,
rprojroot
Suggests:
roxygen2 (>= 7.2.1),
jsonlite,
testthat,
knitr,
rmarkdown,
desc,
crayon,
cli,
curl,
withr,
webfakes
X-schema.org-applicationCategory: Web
X-schema.org-keywords: http, https, API, web-services, curl, mock, mocking, http-mocking, testing, testing-tools, tdd
X-schema.org-isPartOf: https://ropensci.org
RoxygenNote: 7.3.2