summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: e66d188d6ba0865de7bfcde56e32c49b28560af5 (plain)
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
pkgbase = r-httr2
	pkgdesc = Perform HTTP Requests and Process the Responses
	pkgver = 1.0.0
	pkgrel = 1
	url = https://cran.r-project.org/package=httr2
	arch = any
	license = MIT
	depends = r>=3.4
	depends = r-cli>=3.0.0
	depends = r-curl
	depends = r-glue
	depends = r-magrittr
	depends = r-openssl
	depends = r-r6
	depends = r-rappdirs
	depends = r-rlang>=1.1.0
	depends = r-vctrs>=0.6.3
	depends = r-withr
	optdepends = r-askpass
	optdepends = r-bench
	optdepends = r-clipr
	optdepends = r-covr
	optdepends = r-docopt
	optdepends = r-httpuv
	optdepends = r-jose
	optdepends = r-jsonlite
	optdepends = r-knitr
	optdepends = r-purrr
	optdepends = r-rmarkdown
	optdepends = r-testthat>=3.1.8
	optdepends = r-tibble
	optdepends = r-webfakes
	optdepends = r-xml2
	source = https://cran.r-project.org/src/contrib/httr2_1.0.0.tar.gz
	sha256sums = cb852d6f560c329a7dc17aa760f09a0950413513dc8abfc3facb6418b2934a49

pkgname = r-httr2