-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 975 Bytes
/
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
Package: madhttr
Type: Package
Title: Tidy Helper Methods for Many Types of Unkempt Internet Metadata and Content
Version: 0.1.0
Date: 2019-07-08
Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role =
c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")) )
Maintainer: Bob Rudis <bob@rud.is>
Description: The 'httr', 'openssl', and 'HARtools' packages provide methods to retrieve
rich metadata and content from internet hosts but their return objects are quite
unkempt. Methods are provided to turn these objects into tidy data frames along with
other useful helper methods which augment functionality in these packages.
URL: https://gitlab.com/hrbrmstr/madhttr
BugReports: https://gitlab.com/hrbrmstr/madhttr/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests: covr, tinytest, tibble
Depends: R (>= 3.5.0)
Imports:
httr,
openssl,
curl,
HARtools,
magrittr
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1