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

Issue with shinyviewr #58

Open
heimschf opened this issue Jul 18, 2021 · 4 comments
Open

Issue with shinyviewr #58

heimschf opened this issue Jul 18, 2021 · 4 comments

Comments

@heimschf
Copy link

Hi,

I received the following error when deploying a minimal shiny-app that calls the camera:

Error: div.st is not a function in C:/Users/fabian.heimsch/Documents/R/R-4.1.0/library/shinysense/r2d3/viewr/main.js#26:5

After realizing, I reinstalled the CRAN package with the dev version:

devtools::install_github('nstrayer/shinysense', ref = 'version_2_dev')

But the error persists, also, I was installing the r2d3 package (update) and also the dev version, but still does not work.

Can you please help?

Many thanks,

Fabian

@heimschf
Copy link
Author

Besides, sorry for this, I also see the same errors as in the previous post when running the demo:

shinysense::run_demo('shinyviewr')
Loading required package: shiny
── Attaching packages ──────────────────────────────────── tidyverse 1.3.0 ──
✓ ggplot2 3.3.3 ✓ purrr 0.3.4
✓ tibble 3.0.6 ✓ dplyr 1.0.4
✓ tidyr 1.1.2 ✓ stringr 1.4.0
✓ readr 1.4.0 ✓ forcats 0.5.1
── Conflicts ─────────────────────────────────────── tidyverse_conflicts() ──
x dplyr::filter() masks stats::filter()
x dplyr::lag() masks stats::lag()
Error in joinOptions(appObjOptions, options) :
is.null(b) || is.list(b) is not TRUE

@heimschf
Copy link
Author

@nstrayer , falling back to CRAN installation for package r2d3 from 0.2.5 to 0.2.3 solves the problem (for the moment)

@derek-corcoran-barrios
Copy link

installing version 0.2.3 does not work anymore

@mishahublog
Copy link

I do have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants