-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 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
Package: bitTomato
Title: Text data of articles published in News Tomato
Version: 0.3.1.9000
Date: 2023-07-28
Authors@R:
c(person(given = "Choonghyun",
family = "Ryu",
role = c("aut", "cre"),
email = "choonghyun.ryu@gmail.com"),
person(given = "Kwangchun",
family = "Lee",
role = "aut",
email = "kwangchun.lee.7@gmail.com"),
person(given = "Jongwha",
family = "Shin",
role = "aut",
email = "charlie@r2bit.com"),
person(given = "NewsTomato",
role = "fnd"))
Description: Text data created from news articles provided by the media
company NewsTomato. It includes examples of text analysis using this data,
as well as functions and vignettes.
Depends: R (>= 3.5.0)
License: GPL-3
LazyData: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Author: Choonghyun Ryu [aut, cre],
Kwangchun Lee [aut],
Jongwha Shin [ctb],
NewsTomato [fnd]
Maintainer: Choonghyun Ryu <choonghyun.ryu@gmail.com>