-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
52 lines (52 loc) · 1.49 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
41
42
43
44
45
46
47
48
49
50
51
52
Package: tweetio
Title: Really, Really, Ridiculously Fast I/O, Transformation, and Analytical Routines Twitter Data
Version: 0.1
Authors@R:
person("Brendan", "Knapp",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3284-4972"))
Description:
`{tweetio}` has three goals: 1) efficiently read Twitter data into R from multiple
sources, 2) provide the building blocks for robust analytical pipelines that use
network, spatial, and/or natural language processing perspectives, and 3) write Twitter
data to multiple file formats, including those that best enable non-technical analysts
to work. The primary data structure is inspired by `{rtweet}`, and
all analytical routines being compatible with `{rtweet}` data frames is heavily
prioritized.
License: GPL-3 + file LICENSE
Depends: R (>= 3.3)
SystemRequirements: zlib, C++11
LinkingTo:
rapidjsonr,
Rcpp,
RcppProgress
Imports:
data.table (>= 1.12.4),
jsonify,
magrittr,
Rcpp,
stringi,
utils
Suggests:
covr,
igraph,
knitr,
future,
future.apply,
network,
openxlsx,
rtweet,
sf,
testthat (>= 2.1.0),
tibble,
rmarkdown
Remotes:
SymbolixAU/jsonify
URL: https://github.com/knapply/tweetio, https://knapply.github.io/tweetio
BugReports: https://github.com/knapply/tweetio/issues
Encoding: UTF-8
LazyData: yes
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr