zoecastillo / microbiomeExplorer

The Microbiome Explorer provides methods to analyze and visualize microbial community sequencing data either from the R command line or through a Shiny application. Written by Janina Reeder and Joseph N. Paulson.
Other
67 stars 21 forks source link

Warning: Error in : shinyjs: extendShinyjs: `functions` argument must be provide #2

Closed Miachol closed 3 years ago

Miachol commented 3 years ago

R version 4.0.2 (2020-06-22) Platform: x86_64-pc-linux-gnu (64-bit) Running under: CentOS Linux 7 (Core)

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

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

other attached packages: [1] microbiomeExplorer_0.99.5 metagenomeSeq_1.30.0 [3] RColorBrewer_1.1-2 glmnet_4.0-2 [5] Matrix_1.2-18 limma_3.44.3 [7] Biobase_2.48.0 BiocGenerics_0.34.0 [9] magrittr_1.5 shiny_1.5.0

loaded via a namespace (and not attached): [1] Wrench_1.6.0 Rcpp_1.0.5 splines_4.0.2 [4] xtable_1.8-4 lattice_0.20-41 R6_2.4.1 [7] rlang_0.4.8 fastmap_1.0.1 foreach_1.5.0 [10] caTools_1.18.0 shinydashboard_0.7.1 grid_4.0.2 [13] KernSmooth_2.23-17 gtools_3.8.2 matrixStats_0.57.0 [16] htmltools_0.5.0 iterators_1.0.12 survival_3.2-3 [19] digest_0.6.27 later_1.1.0.1 bitops_1.0-6 [22] promises_1.1.1 codetools_0.2-16 shape_1.4.5 [25] mime_0.9 compiler_4.0.2 gplots_3.1.0 [28] locfit_1.5-9.4 httpuv_1.5.4

zoecastillo commented 3 years ago

Looks like shinyjs is making the functions parameter required now. I will update the code later today.

zoecastillo commented 3 years ago

I have updated the repository on here, so it should now work again in version 0.99.6

Thanks for highlighting this issue!