Skip to content

Breaking Twitter changes #32

@bryn-g

Description

@bryn-g
* 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/"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtwitterRelated to twitter

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions