vosonSML
vosonSML copied to clipboard
R package for collecting social media data and creating networks for analysis.
I'm aware that collecting comments from reddit is limited to 500 comments, but I did not expect the collection to error and exit completely. Is this intentional? ```R # First...
Error in `dplyr::mutate()`: ! Problem while computing `url = ifelse(...)`. Caused by error in `stri_replace_first_regex()`: ! Incorrectly nested parentheses in regexp pattern. (U_REGEX_MISMATCHED_PAREN, context=`#:~:text=曉藍 (136)-,本週財經看點 (153),-李進 (404$`)
Apologies if I missed something in the code or the documentation, but it seems to me that [Create.actor.reddit.R](https://github.com/vosonlab/vosonSML/blob/master/R/Create.actor.reddit.R) somehow creates extra edges. Using vosonSML version 0.34.1. Example: ``` thread_urls Graph()...
There seems to be recent new issues with the `httr` and `RCurl` packages and `reddit` GET requests. In package testing all requests are returning `403` error codes indicating the requests...
On R 4.4.0 with vosonSML 0.34.2, `Collect()` and `Collect()` throw the errors below, respectively: Error in Collect.youtube(yt_auth, videoIDs = video_url, maxComments = 500, : object 'collect_log' not found Error in...
Hello, I tried to run the example in the 'README', and got the error says object 'collect_log' not found ># collect a listing of the 25 top threads by upvote...