This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.68 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
53
54
55
56
57
58
Package: tidytags
Title: Importing and Analyzing 'Twitter' Data Collected with 'Twitter Archiving Google Sheets'
Version: 1.1.1
License: MIT + file LICENSE
Authors@R: c(
person("K. Bret", "Staudt Willet", ,
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6984-416X")
),
person("Joshua M.", "Rosenberg", ,
role = c("aut"),
comment = c(ORCID = "0000-0003-2170-0447")
),
person("Lluís", "Revilla Sancho", ,
role = c("rev"),
comment = c(ORCID = "0000-0001-9747-2570")
),
person("Marion", "Louveaux", ,
role = c("rev"),
comment = c(ORCID = "0000-0002-1794-3748")
)
)
Description: The 'tidytags' package coordinates the simplicity of collecting tweets
over time with a 'Twitter Archiving Google Sheet' (TAGS; <https://tags.hawksey.info/>)
and the utility of the 'rtweet' package (<https://docs.ropensci.org/rtweet/>)
for processing and preparing additional 'Twitter' metadata. 'tidytags' also
introduces functions developed to facilitate systematic yet flexible analyses
of data from 'Twitter'.
Language: en-US
URL: https://docs.ropensci.org/tidytags/ (website) https://github.com/ropensci/tidytags
Depends:
R (>= 4.2)
Imports:
dplyr (>= 1.0),
googlesheets4 (>= 1.0),
rlang (>= 1.0),
rtweet (>= 1.1),
stringr (>= 1.4)
Suggests:
beepr,
covr,
ggplot2,
ggraph,
knitr,
longurl,
readr,
rmarkdown,
testthat,
tibble,
tidygraph,
urltools,
vcr (>= 1.2)
Encoding: UTF-8
BugReports: https://github.com/ropensci/tidytags/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)