forked from r-lib/httr2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.13 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
Package: httr2
Title: Perform HTTP Requests and Process the Responses
Version: 0.2.1.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("RStudio", role = c("cph", "fnd"))
)
Description: Tools for creating and modifying HTTP requests, then
performing them and processing the results. 'httr2' is a modern
re-imagining of 'httr' that uses a pipe-based interface and solves
more of the problems that API wrapping packages face.
License: MIT + file LICENSE
URL: https://httr2.r-lib.org, https://github.com/r-lib/httr2
BugReports: https://github.com/r-lib/httr2/issues
Depends:
R (>= 3.4)
Imports:
cli (>= 3.0.0),
curl,
glue,
magrittr,
openssl,
R6,
rappdirs,
rlang (>= 1.0.0),
withr
Suggests:
askpass,
bench,
clipr,
covr,
docopt,
httpuv,
jose,
jsonlite,
knitr,
purrr,
rmarkdown,
testthat (>= 3.0.0),
tibble,
webfakes,
xml2
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0