VOSONDash icon indicating copy to clipboard operation
VOSONDash copied to clipboard

Breaking Twitter changes

Open bryn-g opened this issue 2 years ago • 0 comments

* 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 avatar Aug 21 '22 23:08 bryn-g