Brand new installation of Rstudio 2023.06.0
I have adjusted global options to uncheck the restore .Rdata
I have adjusted global options to set save workspace to .Rdata as never.
Problem: If I restart session using either menu or ctrl-shift-f10 a yellow flag drops down from file menu ribbon at top that says "Backing up R session". This Backup process lasts 15 to 20 seconds even if the session is at a bare minimum as below.
I would like to disable this automated backup that occurs each time I restart session
#sessionInfo() output
R version 4.3.1 (2023-06-16 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19044)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United States.utf8
[3] LC_MONETARY=English_United States.utf8 LC_NUMERIC=C
[5] LC_TIME=English_United States.utf8
time zone: America/New_York
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.3.1 tools_4.3.1