-
Notifications
You must be signed in to change notification settings - Fork 136
/
DESCRIPTION
33 lines (33 loc) · 938 Bytes
/
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
Package: tweetbotornot
Title: Classify Twitter Users as Bot or Not
Version: 0.1.0
Authors@R: person("Michael W.", "Kearney", ,
"[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0730-4694"))
Description: Classify Twitter accounts as bot or not bot. The package uses
a generalized boosted model, which was trained using thousands of real
automated (bot) and non-automated Twitter accounts, and returns estimated
probabilities of whether supplied accounts are bots.
URL: https://tweetbotornot.mikewk.com
BugReports: https://github.com/mkearney/tweetbotornot/issues
License: MIT + file LICENSE
Depends:
R (>= 3.1.0)
Imports:
dplyr,
gbm,
rlang,
rtweet (>= 0.6.8),
textfeatures (>= 0.2.0),
tibble,
magrittr,
purrr
Suggests:
knitr,
roxygen2,
testthat,
covr
Encoding: UTF-8
LazyData: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1