nstrayer / shinysense

A bunch of shiny modules that let shiny sense the world around it.
http://nickstrayer.me/shinysense
Other
206 stars 31 forks source link

Issue with shinyviewr #58

Open heimschf opened 3 years ago

heimschf commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

@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 commented 2 years ago

installing version 0.2.3 does not work anymore

mishahublog commented 1 year ago

I do have the same issue