-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 800 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
35 lines (35 loc) · 800 Bytes
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: tweetview
Type: Package
Title: Tools to Organize and Visualize Tweets Including Tweet Threads
Version: 0.1.0
Date: 2018-01-13
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Encoding: UTF-8
Maintainer: Bob Rudis <bob@rud.is>
Description: A series of tools to organize and visualize tweets including tweet threads.
URL: https://github.com/hrbrmstr/tweetview
BugReports: https://github.com/hrbrmstr/tweetview/issues
License: AGPL
Suggests:
testthat,
covr,
knitr,
rmarkdown,
tidyverse
Depends:
R (>= 3.2.0),
rtweet
Imports:
utils,
purrr,
dplyr,
tidyr,
igraph,
stringi,
openssl,
htmltools
RoxygenNote: 6.0.1.9000
VignetteBuilder: knitr