Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking Twitter changes #32

Open
bryn-g opened this issue Aug 21, 2022 · 0 comments
Open

Breaking Twitter changes #32

bryn-g opened this issue Aug 21, 2022 · 0 comments
Labels
bug Something isn't working twitter Related to twitter

Comments

@bryn-g
Copy link
Member

bryn-g commented Aug 21, 2022

* Breaking twitter changes with rtweet package v1.0.2 *
Please note that the recent major CRAN release of the rtweet package has introduced changes that break VOSONDash's Twitter features. I am working on an update, but in the meantime please consider using the vosonSML (>= v0.32.7) package directly for Twitter data collection and networks.

If you wish to continue using VOSONDash for twitter collection and analysis, you can still do so with the previous versions of rtweet v0.7.0 and vosonSML v30.6.

The previous source package versions can be installed as follows:

# 1. install vosonSML v0.30.6 and VOSONDash v0.5.11

install.packages(
  c(
    "https://github.com/vosonlab/vosonSML/releases/download/v0.30.6/vosonSML-0.30.6.tar.gz",
    "https://github.com/vosonlab/VOSONDash/releases/download/v0.5.11/VOSONDash-0.5.11.tar.gz"
  ),
  repo = NULL, type = "source"
)

# 2. install rtweet v0.7.0

# library(remotes)
remotes::install_version(
  "rtweet", version = "0.7.0", repos = "https://cloud.r-project.org/"
)
@bryn-g bryn-g added bug Something isn't working twitter Related to twitter labels Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working twitter Related to twitter
Projects
None yet
Development

No branches or pull requests

1 participant