更新R&R软件包后,闪亮的应用无法正常运行

时间:2020-07-22 12:26:12

标签: r shiny

请帮助。

当我具有R版本3.5.1时,我能够运行自己的闪亮应用程序。该应用程序运行正常。现在,根据我们拥有的服务器的需要,我需要将本地R版本切换到3.6.1,并且必须重新安装所有软件包。 现在,我正在使用bootsraplib库来获取Bootsrap4版本的应用程序。但是,现在所有早先在条件面板中定义的那些元素/它们都需要在特定条件下显示,即使在服务器端需要运行以获取条件以获取这些元素的代码的情况下,也无法显示它们。显示正确执行。但是在用户界面方面,这些元素现在无法显示。

sessionInfo() R版本3.6.1(2019-07-05) 平台:x86_64-w64-mingw32 / x64(64位) 在以下环境下运行:Windows> = 8 x64(内部版本9200)

Matrix产品:默认

语言环境: [1] LC_COLLATE =英语_美国.1252 LC_CTYPE =英语_美国.1252 LC_MONETARY =英语_美国.1252 LC_NUMERIC = C
[5] LC_TIME =英语_美国。1252

附带的基本软件包: [1]统计图形grDevices utils数据集方法基础

其他附件包: [1] reshape2_1.4.4 cowplot_1.0.0 bookdown_0.20.1 tinytex_0.24 Shinysky_0.1.3 Waiter_0.1.2
[7] rhandsontable_0.3.7 rio_0.5.16 shineEffects_0.1.0 Shinymaterial_1.1.0 plotly_4.9.2.1 expss_0.10.5
[13]标度_1.1.1 ggplot2_3.3.2 formattable_0.2.1 Shinydashboard_0.7.1 dplyr_1.0.0 lubridate_1.7.9
[19] ShinydashboardPlus_0.7.5 ShinyWidgets_0.5.3 magrittr_1.5 Shinyjs_1.1 ShinyBS_0.61 devtools_2.3.0
[25]使用this_1.6.1 kableExtra_1.1.0 knitr_1.29 DT_0.14 Shiny_1.5.0.9001

通过名称空间(未附加)加载: [1] matrixStats_0.56.0 fs_1.4.2 webshot_0.5.2 httr_1.4.2 rprojroot_1.3-2 tools_3.6.1 backports_1.1.8
[8] R6_2.4.1 lazyeval_0.2.2 colorspace_1.4-1 withr_2.2.0 tidyselect_1.1.0 prettyunits_1.1.1 processx_3.4.3
[15] curl_4.3编译器_3.6.1 cli_2.0.2 rvest_0.3.5 htmlTable_2.0.1 xml2_1.3.2 desc_1.2.0
[22] checkmate_2.0.0 readr_1.3.1 callr_3.4.3 stringr_1.4.0摘要_0.6.25 foreign_0.8-71 rmarkdown_2.3
[29] pkgconfig_2.0.3 htmltools_0.5.0 sessioninfo_1.1.1 fastmap_1.0.1 readxl_1.3.1 htmlwidgets_1.5.1.9001 rlang_0.4.7
[36] rstudioapi_0.11generics_0.0.2 jsonlite_1.7.0 crosstalk_1.1.0.1 zip_2.0.4 Rcpp_1.0.5 munsell_0.5.0
[43] fani_0.4.1 lifecycle_0.2.0 stringi_1.4.6 yaml_2.2.1 RJSONIO_1.3-1.4 plyr_1.8.6 pkgbuild_1.1.0
[50] grid_3.6.1 promises_1.1.1 forcats_0.5.0 crayon_1.3.4 Haven_2.3.1 hms_0.5.3 ps_1.3.3
[57]支柱_1.4.6 pkgload_1.1.0胶水_1.4.1评估_0.14 data.table_1.12.8 remotes_2.2.0 vctrs_0.3.2
[64] httpuv_1.5.4 cellranger_1.1.0 testthat_2.3.2 gtable_0.3.0 purrr_0.3.4 tidyr_1.1.0 assertthat_0.2.1
[71] xfun_0.15 openxlsx_4.1.5 mime_0.9 xtable_1.8-4 Later_1.1.0.1 viridisLite_0.3.0 tibble_3.0.3
[78] memoise_1.1.0省略号_0.3.1

1 个答案:

答案 0 :(得分:1)

您之前使用的是哪个版本的闪亮?

尝试一下-options(shiny.jquery.version = 1)