semantic.dashboard icon indicating copy to clipboard operation
semantic.dashboard copied to clipboard

Uncaught TypeError Shiny.setInputValue is not a semantic.dashboard.min.js function

Open AlexPars opened this issue 4 years ago • 1 comments

After getting the latest version from CRAN. I am getting the above error. While I will try to also get a MWE, it may take some time to extract it from my code.

Here is output of sessionInfo()

R version 3.6.3 (2020-02-29) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C LC_TIME=English_United States.1252

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

other attached packages: [1] shiny_1.4.0.2

loaded via a namespace (and not attached): [1] Rcpp_1.0.4.6 lubridate_1.7.8 lattice_0.20-38 tidyr_1.0.2 png_0.1-7
[6] assertthat_0.2.1 packrat_0.5.0 digest_0.6.25 V8_3.0.2 mime_0.9
[11] R6_2.4.1 cellranger_1.1.0 backports_1.1.6 reprex_0.3.0 httr_1.4.1
[16] ggplot2_3.3.0 pillar_1.4.3 rlang_0.4.5 lazyeval_0.2.2 curl_4.3
[21] readxl_1.3.1 data.table_1.12.8 rstudioapi_0.11 ore_1.6.3 randomcoloR_1.1.0.1
[26] qs_0.21.2 Rtsne_0.15 readr_1.3.1 stringr_1.4.0 htmlwidgets_1.5.1
[31] munsell_0.5.0 broom_0.5.6 compiler_3.6.3 httpuv_1.5.2 modelr_0.1.6
[36] xfun_0.13 base64enc_0.1-3 pkgconfig_2.0.3 reportr_1.3.0 htmltools_0.4.0
[41] tidyselect_1.0.0 tibble_3.0.1 viridisLite_0.3.0 crayon_1.3.4 dplyr_0.8.5
[46] dbplyr_1.4.3 later_1.0.0 grid_3.6.3 checkpoint_0.4.9 semantic.dashboard_0.1.5 [51] nlme_3.1-144 jsonlite_1.6.1 xtable_1.8-4 gtable_0.3.0 lifecycle_0.2.0
[56] DBI_1.1.0 magrittr_1.5 shiny.semantic_0.3.0 modules_0.8.0 scales_1.1.0
[61] stringi_1.4.6 fs_1.4.1 promises_1.1.0 ellipsis_0.3.0 generics_0.0.2
[66] vctrs_0.2.4 d3heatmap_0.6.1.2 RApiSerialize_0.1.0 tools_3.6.3 forcats_0.5.0
[71] glue_1.4.0 purrr_0.3.4 hms_0.5.3 plotrix_3.7-8 fastmap_1.0.1
[76] yaml_2.2.1 colorspace_1.4-1 cluster_2.1.0 plotly_4.9.2.1 knitr_1.28
[81] haven_2.2.0

AlexPars avatar May 09 '20 18:05 AlexPars