-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
35 lines (35 loc) · 933 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
34
35
Package: tweetbotornot2
Title: Detect Twitter Bots
Version: 0.0.1
Authors@R:
person("Michael W.", "Kearney", ,
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0730-4694"))
Description: Providing an out-of-the-box classifier for detecting Twitter bots that
is easy to use, interpretable, scalable, and accurate.
Depends:
R (>= 3.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Imports:
rtweet (>= 0.7.0),
tfse (>= 0.5.0),
dapr (>= 0.0.3),
data.table (>= 1.11.0),
stats,
xgboost (>= 0.90.0.1),
progress (>= 1.2.0),
RJSONIO (>= 1.3.1),
httr (>= 1.3.0),
utils
RoxygenNote: 7.0.2
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown
URL: https://github.com/mkearney/tweetbotornot2
BugReports: https://github.com/mkearney/tweetbotornot2/issues
VignetteBuilder: knitr