我正在运行最新的R版本,即3.5.2 64位 最新RStudio版本1.1.463 从今天开始,我突然遇到了以下问题:
1)RStudio在启动时出现错误:“检查更新时发生错误。无法与R会话建立连接。
2)启动速度很慢,加载工作空间的速度很慢,运行代码的速度也很慢(在R Shiny应用程序上工作),这似乎适用于所有代码文件。
3)我发现有关data.table软件包的错误:
正在加载所需的包:data.table库中的警告(包, lib.loc = lib.loc,character.only = TRUE,logical.return = TRUE,:
没有名为“ data.table”的包
我已经完全删除了RStudio,
运行了注册表清理器免费软件,
重新安装了RStudio的新下载
更新了所有软件包
删除了我可以找到的所有.Rdata文件
重新安装Rstudio。...
然后在两次之间重新启动笔记本电脑。
仍然很慢,仍然有上面提到的错误...
我不知道我尝试过的所有事情,有人知道吗?
昨天一切正常,但现在不是。今天我没有在笔记本电脑上更新任何东西,这是正常的例行程序,我启动了正在使用的R Shiny App,它可以运行
if(!require('shiny')){ install.packages('shiny')}
对于我需要的所有包装。 就像我说的那样,启动RStudio时已经出错,并且所有R代码的执行似乎都很缓慢,而不仅仅是我的1个应用程序。
rstudio.exe * 32和rsession.exe的内存使用量都在300,000 K左右,因此这似乎也不罕见。
这是我的会话信息:
sessionInfo()
R version 3.5.2 (2018-12-20)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
Matrix products: default
locale:
[1] LC_COLLATE=Dutch_Netherlands.1252 LC_CTYPE=Dutch_Netherlands.1252
[3] LC_MONETARY=Dutch_Netherlands.1252 LC_NUMERIC=C
[5] LC_TIME=Dutch_Netherlands.1252
attached base packages:
[1] grid stats graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] flowPeaks_1.26.0 PerformanceAnalytics_1.5.2
[3] xts_0.11-2 zoo_1.8-4
[5] gtools_3.8.1 lemon_0.4.3
[7] gridExtra_2.3 pryr_0.1.4
[9] scales_1.0.0 stringi_1.3.1
[11] V8_2.0 taRifx_1.0.6.1
[13] webshot_0.5.1 broom_0.5.1
[15] forcats_0.4.0 stringr_1.4.0
[17] dplyr_0.8.0.1 purrr_0.3.1
[19] readr_1.3.1 tibble_2.0.1
[21] tidyverse_1.2.1 randomForest_4.6-14
[23] yaml_2.2.0 plyr_1.8.4
[25] colourpicker_1.0 DT_0.5
[27] tidyr_0.8.3 htmlwidgets_1.3
[29] plotly_4.8.0 ggplot2_3.1.0
[31] bit64_0.9-7 bit_1.1-14
[33] lubridate_1.7.4 shinyWidgets_0.4.5
[35] shinyjqui_0.3.2 shinyjs_1.0
[37] shinydashboard_0.7.1 shinyBS_0.61
[39] shiny_1.2.0
loaded via a namespace (and not attached):
[1] httr_1.4.0 jsonlite_1.6 viridisLite_0.3.0 modelr_0.1.4
[5] assertthat_0.2.0 cellranger_1.1.0 pillar_1.3.1 backports_1.1.3
[9] lattice_0.20-38 quadprog_1.5-5 glue_1.3.0 digest_0.6.18
[13] promises_1.0.1 rvest_0.3.2 colorspace_1.4-0 htmltools_0.3.6
[17] httpuv_1.4.5.1 pkgconfig_2.0.2 haven_2.1.0 xtable_1.8-3
[21] later_0.8.0 generics_0.0.2 withr_2.1.2 lazyeval_0.2.1
[25] cli_1.0.1 magrittr_1.5 crayon_1.3.4 readxl_1.3.0
[29] mime_0.6 nlme_3.1-137 xml2_1.2.0 tools_3.5.2
[33] data.table_1.12.0 hms_0.4.2 munsell_0.5.0 compiler_3.5.2
[37] rlang_0.3.1 rstudioapi_0.9.0 crosstalk_1.0.0 miniUI_0.1.1.1
[41] gtable_0.2.0 codetools_0.2-15 curl_3.3 reshape2_1.4.3
[45] R6_2.4.0 knitr_1.21 Rcpp_1.0.0 xfun_0.5
[49] tidyselect_0.2.5