-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.09 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
Package: newscatcheR
Title: Programmatically Collect Normalized News from (Almost)
Any Website
Version: 0.1.2.9000
Authors@R:
c(person(given = "Novica",
family = "Nakov",
role = c("aut", "cre"),
email = "nnovica@gmail.com"),
person(given = "Teofil",
family = "Nakov",
role = "ctb",
email = "teofiln@gmail.com"),
person(given = "Artem",
family = "Bugara",
role = "ctb",
email = "bugara.artem@gmail.com"),
person(given = "Discindo",
role = "cph"))
Description: Programmatically collect normalized news from
(almost) any website. An 'R' clone of the
<https://github.com/kotartemiy/newscatcher> 'Python' module.
License: MIT + file LICENSE
URL: https://github.com/discindo/newscatcheR/
BugReports: https://github.com/discindo/newscatcheR/issues/
Depends:
R (>= 2.10)
Imports:
tidyRSS (>= 2.0.2),
utils
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Language: en-US