Thanks, ,
The software versions of the installers that I used are:
R-3.6.1-win.exe
RStudio-1.2.5019.exe
RStudio doesn't crash, it just igpanenores me for some minutes and then pays attention again. Spcifically, the blinking cursor stops blinking for that time. This happens in the script window pane and in the console window pane. The Maximise and Restore buttons of the outer window still function during this pause.
The session log is empty, and the rdesktop log shows:
14 Nov 2019 05:19:38 [rdesktop] ERROR Main window closed unexpectedly; LOGGED FROM: auto __cdecl rstudio:
:MainWindow::closeEvent::<lambda_9193e8662378f0135bda1ce57e06be4d>::operator ()(class QVariant) const C:\jenkins\workspace\IDE\windows-v1.2\src\cpp\desktop\DesktopMainWindow.cpp:284
I think that was from when I tried to exit RStudio, and was only able to do it by clicking the X button on the window.
Here's the output of sessionInfo():
sessionInfo()
R version 3.6.1 (2019-07-05)
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=English_Australia.1252 LC_CTYPE=English_Australia.1252
[3] LC_MONETARY=English_Australia.1252 LC_NUMERIC=C
[5] LC_TIME=English_Australia.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] forcats_0.4.0 stringr_1.4.0 dplyr_0.8.3 purrr_0.3.3
[5] readr_1.3.1 tidyr_1.0.0 tibble_2.1.3 ggplot2_3.2.1
[9] tidyverse_1.2.1
loaded via a namespace (and not attached):
[1] Rcpp_1.0.3 cellranger_1.1.0 pillar_1.4.2 compiler_3.6.1
[5] tools_3.6.1 digest_0.6.22 zeallot_0.1.0 viridisLite_0.3.0
[9] jsonlite_1.6 lubridate_1.7.4 lifecycle_0.1.0 nlme_3.1-140
[13] gtable_0.3.0 lattice_0.20-38 pkgconfig_2.0.3 rlang_0.4.1
[17] cli_1.1.0 rstudioapi_0.10 haven_2.2.0 withr_2.1.2
[21] xml2_1.2.2 httr_1.4.1 generics_0.0.2 vctrs_0.2.0
[25] hms_0.5.2 grid_3.6.1 tidyselect_0.2.5 glue_1.3.1
[29] R6_2.4.1 fansi_0.4.0 readxl_1.3.1 modelr_0.1.5
[33] magrittr_1.5 backports_1.1.5 scales_1.0.0 rvest_0.3.5
[37] assertthat_0.2.1 colorspace_1.4-1 labeling_0.3 utf8_1.1.4
[41] stringi_1.4.3 lazyeval_0.2.2 munsell_0.5.0 broom_0.5.2
[45] crayon_1.3.4
Hope that information gives you some ideas,
Jim