forked from r-lib/httr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 715 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 715 Bytes
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
Package: httr
Type: Package
Title: Tools for working with URLs and HTTP
Version: 0.3.0.99
Author: Hadley Wickham <h.wickham@gmail.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
Description: Provides useful tools for working with HTTP connections. Is a
simplified wrapper built on top of RCurl. It is much much less configurable
but because it only attempts to encompass the most common operations it is
also much much simpler.
Depends:
R (>= 3.0.0)
Imports:
RCurl (>= 1.95-0),
stringr (>= 0.6.1),
digest,
tools,
methods,
jsonlite
Suggests:
XML,
testthat (>= 0.8.0),
png,
jpeg,
httpuv,
knitr
VignetteBuilder: knitr
License: MIT + file LICENSE