Closed IanWRichardson closed 3 years ago
Hi @IanWRichardson!
Have you tried installing the GitHub version? I believe this should fix the issue you are experiencing:
#install.packages("remotes")
remotes::install_github("favstats/peRspective")
The update is now life on CRAN. It should fix the problem for good: https://github.com/favstats/peRspective/releases/tag/v0.1.1
I can't get this error to reproduce, but it has happened with two dates of tweets from a very large dataset of tweets.
I'm passing the status_id of the tweets, which is numeric as the text_id. Converting this to numeric doesn't seem to fix the issue.
Thanks