Giter VIP home page Giter VIP logo

vosondash's People

Contributors

bryn-g avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

vosondash's Issues

Available for API 2?

This is such a wonderful package. I'm wondering if there's any way to use the new academic twitter API with it? It doesn't seem to recognize my tokens, but it looks wonderful. Thank you!

VosonDash fails to launch in R

When trying to launch VosonDash, the same error message prints:

Warning: Error in $: $ operator is invalid for atomic vectors
54: tag
53: tags$section
49: dashboardBody

This occurs on multiple computers and it hasn't been resolved by restarting or reopening.

VosonDash fails when redirected to the browser

When I try to run VOSONDash in Rstudio, it is redirected to the browser and the dashboard buttons are unusable. In Rstudio, the following error message appears:

Warning: Error in if: argument is of length zero
74: isolate
73: observeEventHandler [server/apiKeysServer.R#25]
2: shiny::runApp
1: runVOSONDash
Session ended or browser closed. Exiting.

Youtube data collection is not working

After inputting a Youtube video URL in multiple formats (as instructed within the app), I got message:
Total comments collected for all videos 0.
Elapsed time: 0 hrs 0 mins 0 secs (0.47)
youtube collection error: Error in Collect.youtube(credential = structure(list(socialmedia = "youtube", : No comments could be collected from the given video Ids: 6_W0EZXr8AE

Can't add Reddit URLs on Collection

Hi,

First I'd like to thank you for all the hard work you've put into all of this. It is truly impressive, and helps me a lot for Uni projects.

I have an issue with Reddit data collection through VOSON Dashboard. When putting a valid URL into the "Add Reddit URL" frame and selecting "Add", nothing happens and the URL disappears. Even after checking that I've installed and loaded every needed package.

I've only managed to make it work with 1 or 0 answers threads, which doesn't answer what I have to do.
What could cause this ?

Thanks,
Cheers

Breaking Twitter changes

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.