-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
25 lines (25 loc) · 990 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
Package: storywranglr
Type: Package
Title: Explore Twitter Trends with the 'Storywrangler' API
Version: 0.2.0
Authors@R: c(person(given = "Christopher",
family = "Belanger", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2070-5721")))
Author: Christopher Belanger [aut, cre] (<https://orcid.org/0000-0003-2070-5721>)
Maintainer: Christopher Belanger <[email protected]>
Description: An interface to explore trends in Twitter data using the
'Storywrangler' Application Programming Interface (API), which can be found
here: <https://github.com/janeadams/storywrangler>.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
dplyr,
httr,
jsonlite,
tibble,
urltools
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/chris31415926535/storywranglr
BugReports: https://github.com/chris31415926535/storywranglr/issues