-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.21 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: newsflash
Type: Package
Title: Tools to Work with the Internet Archive and GDELT Television Explorer
Version: 0.6.0
Date: 2017-10-01
Author: Bob Rudis (bob@rud.is)
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Abe", "Neuwirth", role = c("ctb")),
person("Mike", "Gruszczynski", role = c("ctb"))
)
Encoding: UTF-8
Maintainer: Bob Rudis <bob@rud.is>
Description: The 'GDELT' Television Explorer (<http://television.gdeltproject.org/cgi-bin/iatv_ftxtsearch/iatv_ftxtsearch>)
provides a simple and straighforward interface for searching through current and historical
closed-caption records from television news sources all across the globe. Functions are
provided to query and tidy this data for more in-depth analyses.
URL: https://github.com/hrbrmstr/newsflash
BugReports: https://github.com/hrbrmstr/newsflash/issues
License: AGPL
Suggests:
testthat
Depends:
R (>= 3.2.0)
Imports:
httr,
jsonlite,
dplyr,
tidyr,
lubridate,
rvest,
xml2,
stringi,
DT,
scales,
purrr,
tidytext,
curl,
txtplot,
readr,
utils
RoxygenNote: 6.0.1.9000