yonicd / shinyHeatmaply

https://yonicd.github.io/shinyHeatmaply/
47 stars 11 forks source link

shinyheatmaply error in rendertable #26

Open bicvn opened 4 years ago

bicvn commented 4 years ago

Hey, I am a Phd student completely new to r and need to produce heatmaps, I found out about your package and thought it looked amazing. After trying out your example I get the following Error.

Listening on http://127.0.0.1:4388 Warnung: Error in shiny::renderDataTable: unbenutzte Argumente (server = TRUE, filter = "top", extensions = c("Scroller", "FixedHeader", "FixedColumns", "Buttons", "ColReorder")) 52: 50: server Error in shiny::renderDataTable(data.sel(), server = TRUE, filter = "top", : unbenutzte Argumente (server = TRUE, filter = "top", extensions = c("Scroller", "FixedHeader", "FixedColumns", "Buttons", "ColReorder"))

Do you have an Idea how to fix this? And I need to produce a heatmap for an excel file with multiple different sheets in it, will this be possible with your package?

yonicd commented 4 years ago

Can you please

yonicd commented 4 years ago

I need to produce a heatmap for an excel file with multiple different sheets in it

it is possible to compare different data sets, but you will need to preprocess the data in excel independent of the app as data management is outside of the app scope.

SalmaDil commented 3 years ago

Hi, I got the same error as @bicvn , I tried shinyheatmaply using mtcars and iris data. this is my sessionInfo():

R version 4.0.5 (2021-03-31) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale: [1] LC_COLLATE=German_Germany.1252 [2] LC_CTYPE=German_Germany.1252
[3] LC_MONETARY=German_Germany.1252 [4] LC_NUMERIC=C
[5] LC_TIME=German_Germany.1252

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

other attached packages: [1] DT_0.18 dplyr_1.0.5
[3] htmlwidgets_1.5.3 htmltools_0.5.1.1
[5] xtable_1.8-4 readxl_1.3.1
[7] RColorBrewer_1.1-2 jsonlite_1.7.2
[9] shinyHeatmaply_0.2.0 heatmaply_1.2.1
[11] viridis_0.6.0 viridisLite_0.4.0
[13] plotly_4.9.3 ggplot2_3.3.3
[15] shiny_1.6.0 i2dash_0.2.3

loaded via a namespace (and not attached): [1] httr_1.4.2 sass_0.3.1
[3] tidyr_1.1.3 foreach_1.5.1
[5] assertive.sets_0.0-3 bslib_0.2.4
[7] assertthat_0.2.1 cellranger_1.1.0
[9] yaml_2.2.1 pillar_1.6.0
[11] glue_1.4.2 digest_0.6.27
[13] assertive.types_0.0-3 promises_1.2.0.1
[15] colorspace_2.0-0 httpuv_1.5.5
[17] pkgconfig_2.0.3 assertive.properties_0.0-4 [19] flexdashboard_0.5.2 switchr_0.14.3
[21] purrr_0.3.4 scales_1.1.1
[23] webshot_0.5.2 later_1.2.0
[25] tibble_3.1.0 generics_0.1.0
[27] ellipsis_0.3.1 cachem_1.0.4
[29] withr_2.4.2 ymlthis_0.1.4
[31] lazyeval_0.2.2 cli_2.5.0
[33] RJSONIO_1.3-1.4 magrittr_2.0.1
[35] crayon_1.4.1 mime_0.10
[37] evaluate_0.14 fansi_0.4.2
[39] tools_4.0.5 registry_0.5-1
[41] data.table_1.14.0 lifecycle_1.0.0
[43] stringr_1.4.0 munsell_0.5.0
[45] compiler_4.0.5 jquerylib_0.1.3
[47] tinytex_0.30 rlang_0.4.10
[49] grid_4.0.5 RCurl_1.98-1.3
[51] iterators_1.0.13 rstudioapi_0.13
[53] assertive.base_0.0-9 bitops_1.0-6
[55] rmarkdown_2.7 gtable_0.3.0
[57] codetools_0.2-18 DBI_1.1.1
[59] TSP_1.1-10 R6_2.5.0
[61] seriation_1.2-9 gridExtra_2.3
[63] knitr_1.31 fastmap_1.1.0
[65] utf8_1.1.4 dendextend_1.14.0
[67] stringi_1.5.3 Rcpp_1.0.6
[69] vctrs_0.3.6 tidyselect_1.1.1
[71] xfun_0.19