-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.42 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
Package: tidyRSS
Type: Package
Title: Tidy RSS for R
Version: 2.0.7
Authors@R: c(
person("Robert Myles", "McDonnell", email = "[email protected]", role = c("aut", "cre")),
person("Jonathan", "Carroll", email = "[email protected]", role = "ctb"),
person("Mike", "Smith", email = "[email protected]", role = "ctb"),
person("Joseph", "Stachelek", role = "ctb"),
person("Andrew", "Frasier", role = "ctb"),
person("Tom", "Broekel", role = "ctb"),
person("Jeremy", "Gerdes", role = "ctb"),
person("Chung-hong", "Chan", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-6232-7530"))
)
Maintainer: Robert Myles McDonnell <[email protected]>
Description:
With the objective of including data from RSS feeds into your analysis,
'tidyRSS' parses RSS, Atom and JSON feeds and returns a tidy data frame.
URL: https://github.com/RobertMyles/tidyrss
BugReports: https://github.com/RobertMyles/tidyrss/issues
Encoding: UTF-8
License: MIT + file LICENSE
LazyData: true
Depends: R (>= 3.1.0)
Imports: xml2 (>= 1.3.1),
httr(>= 1.4.1),
magrittr (>= 1.5),
tibble (>= 3.0.0),
dplyr (>= 1.0.0),
jsonlite (>= 1.6.1),
purrr (>= 0.3.3),
anytime(>= 0.3.7),
rlang (>= 0.4.6),
glue (>= 1.4.0),
vctrs (>= 0.3.0),
tidyselect (>= 1.1.0)
Suggests:
httptest,
knitr,
rmarkdown,
covr,
testthat
RoxygenNote: 7.2.0