-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
36 lines (36 loc) · 1.03 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
Package: newsanchor
Type: Package
Title: Client for the News API
Version: 0.1.1
Authors@R: c(person(family = "Preu", given = "Frie", email = "[email protected]", role = c("aut", "pro")),
person(family = "Buhl", given = "Yannik", email = "[email protected]", role = c("aut", "cre")),
person(family = "Schulze", given = "Lars", email = "[email protected]", role = c("aut")),
person(family = "Dix", given = "Jan", email = "[email protected]", role = c("aut", "pro")))
Description: Interface to gather news from the 'News API', based on a multilevel query <https://newsapi.org/>. A personal API key is required.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.2.0)
BugReports: https://github.com/correlaid/newsanchor/issues
LazyData: true
Imports:
devtools,
httr,
jsonlite,
tidyr,
xml2,
lubridate,
askpass
Suggests:
dplyr,
knitr,
magrittr,
rmarkdown,
robotstxt,
rvest,
stringr,
testthat,
mockery,
tidytext,
textdata
RoxygenNote: 7.1.1
VignetteBuilder: knitr