-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated twitter to support rtweet release (#51)
* Added twitter search and timeline collect * Separated twitter collection into search and timelines * Replaced magrittr pipes with native pipe * Modification of rtweet data to support existing functions * Modified twitter authentication to support all methods * Updated youtube messaging and id extraction * Added some message functions for better control over output * Removed tictoc feature for collection * Fixed twitter AddText functions * Added hashtags as a column in nodes or edges table * Re-wrote twitter AddText * Fixed package check warnings and notes * Fixed twitter 2-mode network creation * Re-wrote twitter semantic network * Updated output methods * Set message as default output method * Updated documentation * Added rtweet v0.7.0 token class and functions * Twitter collect now returns a list with tweets and users tibbles * Added simple masking of names for README examples * Changed AddText to add full retweet text * Modified AddUser for user lookup * Added merge data functions * Updated vignette
- Loading branch information
Showing
155 changed files
with
11,997 additions
and
5,650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,5 @@ | |
^doc$ | ||
^Meta$ | ||
^\.github$ | ||
|
||
^\vsml-data$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,3 +46,5 @@ cred.R | |
doc | ||
Meta | ||
error.txt | ||
|
||
/vsml-data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: vosonSML | ||
Version: 0.30.6 | ||
Version: 0.32.6 | ||
Title: Collecting Social Media Data and Generating Networks for Analysis | ||
Description: A suite of easy to use functions for collecting social media | ||
data and generating networks for analysis. Supports Twitter, Youtube, | ||
|
@@ -8,13 +8,12 @@ Type: Package | |
Imports: | ||
data.table, | ||
dplyr (>= 1.0), | ||
httr, | ||
httr (>= 1.3.0), | ||
jsonlite, | ||
lubridate, | ||
magrittr, | ||
methods, | ||
purrr, | ||
rlang (>= 0.3.0.1), | ||
rlang (>= 1.0), | ||
stringr, | ||
textutils, | ||
tidyr, | ||
|
@@ -26,15 +25,14 @@ Suggests: | |
readr, | ||
rmarkdown, | ||
robotstxt, | ||
rtweet (>= 0.6.8), | ||
rtweet (>= 1.0.2), | ||
rvest, | ||
stopwords, | ||
testthat, | ||
tictoc, | ||
tidytext, | ||
urltools, | ||
xml2 | ||
Depends: R (>= 3.6) | ||
Depends: R (>= 4.1) | ||
Encoding: UTF-8 | ||
Authors@R: c( | ||
person("Bryan", "Gertzel", | ||
|
@@ -52,7 +50,7 @@ Authors@R: c( | |
Maintainer: Bryan Gertzel <[email protected]> | ||
License: GPL (>= 3) | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 | ||
RoxygenNote: 7.2.1 | ||
NeedsCompilation: no | ||
VignetteBuilder: knitr | ||
URL: https://github.com/vosonlab/vosonSML | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.