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

Error using the run_demo function #55

Open
moldach opened this issue Feb 15, 2021 · 3 comments
Open

Error using the run_demo function #55

moldach opened this issue Feb 15, 2021 · 3 comments

Comments

@moldach
Copy link

moldach commented Feb 15, 2021

I'm getting an error with the run_demo() function.

Here, I try shinyviewr (although the same error is thrown for all senses):

> 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

sessionInfo()

> sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.2 LTS

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3

locale:
 [1] LC_CTYPE=en_CA.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_CA.UTF-8        LC_COLLATE=en_CA.UTF-8    
 [5] LC_MONETARY=en_CA.UTF-8    LC_MESSAGES=en_CA.UTF-8   
 [7] LC_PAPER=en_CA.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] forcats_0.5.1    stringr_1.4.0    dplyr_1.0.4      purrr_0.3.4     
 [5] readr_1.4.0      tidyr_1.1.2      tibble_3.0.6     ggplot2_3.3.3   
 [9] tidyverse_1.3.0  shinysense_0.2.0 shiny_1.6.0     

loaded via a namespace (and not attached):
 [1] bslib_0.2.4       tidyselect_1.1.0  haven_2.3.1       colorspace_2.0-0 
 [5] vctrs_0.3.6       generics_0.1.0    htmltools_0.5.1.1 yaml_2.2.1       
 [9] rlang_0.4.10      jquerylib_0.1.3   later_1.1.0.1     pillar_1.4.7     
[13] glue_1.4.2        withr_2.4.1       DBI_1.1.1         dbplyr_2.0.0     
[17] modelr_0.1.8      readxl_1.3.1      lifecycle_1.0.0   munsell_0.5.0    
[21] gtable_0.3.0      cellranger_1.1.0  rvest_0.3.6       htmlwidgets_1.5.3
[25] fastmap_1.1.0     httpuv_1.5.5      r2d3_0.2.5        broom_0.7.4      
[29] Rcpp_1.0.6        xtable_1.8-4      promises_1.2.0.1  backports_1.2.1  
[33] scales_1.1.1      jsonlite_1.7.2    mime_0.10         fs_1.5.0         
[37] hms_1.0.0         digest_0.6.27     stringi_1.5.3     grid_4.0.3       
[41] cli_2.3.0         tools_4.0.3       sass_0.3.1        magrittr_2.0.1   
[45] crayon_1.4.1      pkgconfig_2.0.3   ellipsis_0.3.1    xml2_1.3.2       
[49] reprex_1.0.0      lubridate_1.7.9.2 assertthat_0.2.1  httr_1.4.2       
[53] rstudioapi_0.13   R6_2.5.0          compiler_4.0.3   
@jackliu333
Copy link

I have the same issue here...

@lcarmoega
Copy link

Same issue running the run_demo function:

Error in joinOptions(appObjOptions, options) :
is.null(b) || is.list(b) is not TRUE

@howaskew
Copy link

howaskew commented Feb 8, 2022

Same issue, windows 10 64bit, R 4.0.3, tidyverse 1.3.1, with r2d3 versions 0.2.5 and 0.2.3 (which was mentioned elsewhere).
And also with this setup:

>run_demo("shinyviewr")
-- Attaching packages --------------------------------------------------------------------------------- tidyverse 1.3.1 --
v ggplot2 3.3.5     v purrr   0.3.4
v tibble  3.1.6     v dplyr   1.0.8
v tidyr   1.2.0     v stringr 1.4.0
v readr   2.1.2     v 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

> sessionInfo()
R version 4.1.2 (2021-11-01)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19043)

Matrix products: default

locale:
[1] LC_COLLATE=English_United Kingdom.1252  LC_CTYPE=English_United Kingdom.1252   
[3] LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C                           
[5] LC_TIME=English_United Kingdom.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] forcats_0.5.1    stringr_1.4.0    dplyr_1.0.8      purrr_0.3.4      readr_2.1.2      tidyr_1.2.0     
 [7] tibble_3.1.6     ggplot2_3.3.5    tidyverse_1.3.1  shinysense_0.2.0 shiny_1.7.1     

loaded via a namespace (and not attached):
 [1] httr_1.4.2        sass_0.4.0        pkgload_1.2.4     jsonlite_1.7.3    modelr_0.1.8      bslib_0.3.1      
 [7] brio_1.1.3        assertthat_0.2.1  cellranger_1.1.0  yaml_2.2.2        remotes_2.4.2     r2d3_0.2.5       
[13] sessioninfo_1.2.2 pillar_1.7.0      backports_1.4.1   glue_1.6.1        digest_0.6.29     promises_1.2.0.1 
[19] rvest_1.0.2       colorspace_2.0-2  htmltools_0.5.2   httpuv_1.6.5      pkgconfig_2.0.3   devtools_2.4.3   
[25] broom_0.7.12      haven_2.4.3       xtable_1.8-4      scales_1.1.1      processx_3.5.2    later_1.3.0      
[31] tzdb_0.2.0        generics_0.1.2    usethis_2.1.5     ellipsis_0.3.2    cachem_1.0.6      withr_2.4.3      
[37] cli_3.1.1         magrittr_2.0.2    crayon_1.4.2      readxl_1.3.1      mime_0.12         memoise_2.0.1    
[43] ps_1.6.0          fs_1.5.2          fansi_1.0.2       xml2_1.3.3        pkgbuild_1.3.1    tools_4.1.2      
[49] prettyunits_1.1.1 hms_1.1.1         lifecycle_1.0.1   munsell_0.5.0     reprex_2.0.1      callr_3.7.0      
[55] jquerylib_0.1.4   compiler_4.1.2    rlang_1.0.1       grid_4.1.2        rstudioapi_0.13   htmlwidgets_1.5.4
[61] testthat_3.1.2    gtable_0.3.0      DBI_1.1.2         curl_4.3.2        R6_2.5.1          lubridate_1.8.0  
[67] fastmap_1.1.0     utf8_1.2.2        rprojroot_2.0.2   desc_1.4.0        stringi_1.7.6     Rcpp_1.0.8       
[73] vctrs_0.3.8       dbplyr_2.1.1      tidyselect_1.1.1 

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

4 participants