Installing tidyverse issue after updating to RStudio IDE

Error Information: tidyverse will not install/re-install properly after updating to RStudio IDE

Description of issue - I'm very new to R and RStudio. I've taken some online classes using R and RStudio successfully (with lots of Googling and looking at my notes for reference). I just started the next course in the series which re-explains installing R, RStudio, and the basics of installing packages. I decided to finally update RStudio to the newest version this evening. I also tried to re-install tidyverse and got this message:
RWarning
Upon selecting Yes - RStudio restarts, attempts the install again, but comes up with the same error...seemingly in an infinite loop.
Upon selecting No - The R Console starts going wild, installing things and spitting out a bunch of things that I don't really understand as someone still very new to R/RStudio. I DO know there are lots of errors and warnings. However, after trying to load library("tidyverse"), it says that the package doesn't exist. Likewise if I try remove.package and find.package. It also does not show up in the list of packages in the Packages tab.

Steps taken so far - Complete uninstall and re-install of RStudio, tried running code directly in R with the same results, selected a CRAN mirror (even though I don't even know what that means), restarted computer, started new scripts

System Information:

  • RStudio Edition: (Desktop or Server) 2022.07.2
  • RStudio Version: RStudio IDE (I guess...I just re-downloaded it tonight and that's what the website said)
  • OS Version: Windows 10
  • R Version: R i386 4.0.0 and R x64 4.0.0 (both are on my computer - I don't know the difference or which one RStudio accesses)

Also:

  • RStudio diagnostics report:
  • Your sessionInfo():
    R version 4.0.0 (2020-04-24)
    Platform: x86_64-w64-mingw32/x64 (64-bit)
    Running under: Windows 10 x64 (build 17763)

Matrix products: default

Random number generation:
RNG: Mersenne-Twister
Normal: Inversion
Sample: Rounding

locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

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

loaded via a namespace (and not attached):
[1] dplyr_1.0.0 crayon_1.5.2 grid_4.0.0 R6_2.4.1
[5] lifecycle_0.2.0 gtable_0.3.0 magrittr_2.0.3 scales_1.1.0
[9] ggplot2_3.3.0 pillar_1.4.4 rlang_0.4.6 cli_3.2.0
[13] rstudioapi_0.14 generics_0.0.2 vctrs_0.3.0 ellipsis_0.3.0
[17] tools_4.0.0 glue_1.4.0 purrr_0.3.4 munsell_0.5.0
[21] compiler_4.0.0 pkgconfig_2.0.3 colorspace_1.4-1 tidyselect_1.1.0
[25] tibble_3.0.1

  • RStudio application log files: Sorry if this is the wrong thing - I don't know what I'm looking at...

2022-11-01T23:18:00.082671Z [rsession-acrago] ERROR system error 5 (Access is denied) [path: C:/Users/acrago/AppData/Local/RStudio-Desktop/log, target-path: C:/Users/acrago/AppData/Local/RStudio/log]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::core::FilePath::move(const class rstudio::core::FilePath &,enum rstudio::core::FilePath::MoveType,bool) const src/cpp/shared_core/FilePath.cpp:1401; LOGGED FROM: class rstudio::core::Error __cdecl rstudio::core::r_util::migrateUserStateIfNecessary(enum rstudio::core::r_util::SessionType) src/cpp/core/r_util/RUserData.cpp:153
2022-11-01T23:18:00.118211Z [rsession-acrago] WARNING Failed to migrate all user state from C:/Users/acrago/AppData/Local/RStudio-Desktop to C:/Users/acrago/AppData/Local/RStudio; could not move log; LOGGED FROM: class rstudio::core::Error __cdecl rstudio::core::r_util::migrateUserStateIfNecessary(enum rstudio::core::r_util::SessionType) src/cpp/core/r_util/RUserData.cpp:175
2022-11-01T23:18:07.109997Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-01T23:18:07.109997Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-01T23:34:58.906634Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /help/doc/html/Search?pattern=tidyverse&title=1&keyword=1&alias=1]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-01T23:34:58.906634Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /help/doc/html/Search?pattern=tidyverse&title=1&keyword=1&alias=1]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-01T23:40:15.496819Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-01T23:40:15.496819Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-01T23:47:05.271006Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-01T23:47:05.271006Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-01T23:57:56.140282Z [rsession-acrago] ERROR system error 10048 (Only one usage of each socket address (protocol/network address/port) is normally permitted); OCCURRED AT class rstudio::core::Error __cdecl rstudio::core::http::initTcpIpAcceptor(class rstudio::core::http::SocketAcceptorService &,const class std::basic_string<char,struct std::char_traits,class std::allocator > &,const class std::basic_string<char,struct std::char_traits,class std::allocator > &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\core\include\core/http/TcpIpSocketUtils.hpp:141; LOGGED FROM: int __cdecl main(int,char *const ) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\SessionMain.cpp:2245
2022-11-01T23:57:56.140282Z [rsession-acrago] ERROR system error 10048 (Only one usage of each socket address (protocol/network address/port) is normally permitted); OCCURRED AT class rstudio::core::Error __cdecl rstudio::core::http::initTcpIpAcceptor(class rstudio::core::http::SocketAcceptorService &,const class std::basic_string<char,struct std::char_traits,class std::allocator > &,const class std::basic_string<char,struct std::char_traits,class std::allocator > &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\core\include\core/http/TcpIpSocketUtils.hpp:141; LOGGED FROM: int __cdecl main(int,char *const ) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\SessionMain.cpp:2245
2022-11-01T23:58:09.615484Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-01T23:58:09.615484Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-02T00:04:24.369328Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-02T00:04:24.369328Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-02T00:06:14.087562Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /events/get_events]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-02T00:06:14.087562Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /events/get_events]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-02T00:08:09.015180Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /help/library/utils/html/installed.packages.html]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-02T00:08:09.015180Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /help/library/utils/html/installed.packages.html]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-02T00:08:09.068517Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /help/library/utils/html/installed.packages.html]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-02T00:08:09.068517Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /help/library/utils/html/installed.packages.html]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-02T00:08:09.121732Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /help/library/utils/html/installed.packages.html]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-02T00:08:09.121732Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /help/library/utils/html/installed.packages.html]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-02T00:35:03.302134Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-02T00:35:03.302134Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-02T00:35:03.686039Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /help/library/utils/html/installed.packages.html]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-02T00:35:03.686039Z [rsession-acrago] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri: /help/library/utils/html/installed.packages.html]; OCCURRED AT void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:156; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\http\SessionHttpConnectionImpl.hpp:161
2022-11-02T00:39:17.918930Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-02T00:39:17.918930Z [rsession-acrago] ERROR r error 4 (Error in options(width = 84) : unused argument (width = 84)
) [errormsg: Error in options(width = 84) : unused argument (width = 84)
]; OCCURRED AT class rstudio::core::Error __cdecl rstudio::r::exec::evaluateString(const class std::basic_string<char,struct std::char_traits,class std::allocator > &,struct SEXPREC **,class rstudio::r::sexp::Protect *,enum rstudio::r::exec::EvalFlags) src/cpp/r/RExec.cpp:375; LOGGED FROM: void __cdecl rstudio::r::options::setOptionWidth(int) src/cpp/r/ROptions.cpp:63
2022-11-02T00:46:01.651068Z [rsession-acrago] ERROR system error 3 (The system cannot find the path specified) [path: , dcf-file: ]; OCCURRED AT auto __cdecl rstudio::core::FilePath::openForRead::<lambda_1724f433d51cfe6b85c7e603a9e203cb>::operator ()(void) const src/cpp/shared_core/FilePath.cpp:1446; LOGGED FROM: void __cdecl rstudio::session::projects::anonymous-namespace'::syncProjectFileChanges(void) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\projects\SessionProjects.cpp:511 2022-11-02T00:46:01.651068Z [rsession-acrago] ERROR system error 3 (The system cannot find the path specified) [path: , dcf-file: ]; OCCURRED AT auto __cdecl rstudio::core::FilePath::openForRead::<lambda_1724f433d51cfe6b85c7e603a9e203cb>::operator ()(void) const src/cpp/shared_core/FilePath.cpp:1446; LOGGED FROM: void __cdecl rstudio::session::projects::anonymous-namespace'::syncProjectFileChanges(void) C:\Users\jenkins\workspace\ide\open-source-pipeline\spotted-wakerobin\src\cpp\session\projects\SessionProjects.cpp:511


From Troubleshooting Guide: Using RStudio

At a guess, you are loading a .Rdata file when you restart.

Try
Tools > Global Optiots and unselect
Restore .Rdata into workspace on startup

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.