-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 959 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: rtweet.download
Title: Automate Large Downloads with 'rtweet'
Version: 0.0.1
Authors@R: c(
person("Michael W.", "Kearney", ,
email = "kearneymw@missouri.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0730-4694"))
## add contributor template (middle name/initial optional)
#person("First Middle", "Last", ,
#email = "email@address.com", role = c("ctb"))
)
Description: Robust tools for automating large and/or time-consuming tasks
involving the collection of Twitter data via 'rtweet' <https://rtweet.info>.
Depends:
R (>= 3.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Imports:
rtweet,
dapr,
crayon,
progress,
tidyselect,
clisymbols,
tfse,
tibble
URL: https://github.com/mkearney/rtweet.download
BugReports: https://github.com/mkearney/rtweet.download/issues
Suggests:
testthat (>= 2.1.0)