Thank you for your answer. I installed the new version of R and not the R studio. Should I delete R studio and reinstall it? It will vanish all my installed packages. On Sunday, June 19, 2022, Bert Gunter <bgunter.4567 at gmail.com> wrote:> 1. This would be better posted on the RStudio help site: > https://community.rstudio.com/ > (This is R-Help, not RStudio Help. RStudio and R are separate entities). > > 2. A standard recommendation, which may not be necessary though, would be > to delete and reload the latest version of RStudio so it can find your new > version of R. > > Bert > > On Sun, Jun 19, 2022 at 7:54 AM Neha gupta <neha.bologna90 at gmail.com> > wrote: > >> Recently I updated R and now when I try to open R studio, I get >> >> The R session failed to start. >> >> ERROR MESSAGE >> [No error available] >> PROCESS OUTPUT >> The R session process exited with code -1073740791. >> >> ERRORS >> [No errors emitted] >> OUTPUT >> [No output emitted] >> >> >> >> 22 Nov 2020 18:35:26 [rsession-] 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<class >> rstudio_boost::asio::ip::tcp>::sendResponse(const class >> rstudio::core::http::Response &) >> src/cpp/session/http/SessionWin32HttpConnectionListener.cpp:113; LOGGED >> FROM: void __cdecl rstudio::session::HttpConnectionImpl<class >> rstudio_boost::asio::ip::tcp>::sendResponse(const class >> rstudio::core::http::Response &) >> src/cpp/session/http/SessionWin32HttpConnectionListener.cpp:118 >> >> [[alternative HTML version deleted]] >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/ >> posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> >[[alternative HTML version deleted]]
Hello, No, do not delete RStudio, just donwload and install the most up-to-date version. Hope this helps, Rui Barradas ?s 16:27 de 19/06/2022, Neha gupta escreveu:> Thank you for your answer. > > I installed the new version of R and not the R studio. Should I delete R > studio and reinstall it? It will vanish all my installed packages. > > On Sunday, June 19, 2022, Bert Gunter <bgunter.4567 at gmail.com> wrote: > >> 1. This would be better posted on the RStudio help site: >> https://community.rstudio.com/ >> (This is R-Help, not RStudio Help. RStudio and R are separate entities). >> >> 2. A standard recommendation, which may not be necessary though, would be >> to delete and reload the latest version of RStudio so it can find your new >> version of R. >> >> Bert >> >> On Sun, Jun 19, 2022 at 7:54 AM Neha gupta <neha.bologna90 at gmail.com> >> wrote: >> >>> Recently I updated R and now when I try to open R studio, I get >>> >>> The R session failed to start. >>> >>> ERROR MESSAGE >>> [No error available] >>> PROCESS OUTPUT >>> The R session process exited with code -1073740791. >>> >>> ERRORS >>> [No errors emitted] >>> OUTPUT >>> [No output emitted] >>> >>> >>> >>> 22 Nov 2020 18:35:26 [rsession-] 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<class >>> rstudio_boost::asio::ip::tcp>::sendResponse(const class >>> rstudio::core::http::Response &) >>> src/cpp/session/http/SessionWin32HttpConnectionListener.cpp:113; LOGGED >>> FROM: void __cdecl rstudio::session::HttpConnectionImpl<class >>> rstudio_boost::asio::ip::tcp>::sendResponse(const class >>> rstudio::core::http::Response &) >>> src/cpp/session/http/SessionWin32HttpConnectionListener.cpp:118 >>> >>> [[alternative HTML version deleted]] >>> >>> ______________________________________________ >>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >>> https://stat.ethz.ch/mailman/listinfo/r-help >>> PLEASE do read the posting guide http://www.R-project.org/ >>> posting-guide.html >>> and provide commented, minimal, self-contained, reproducible code. >>> >> > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Update RStudio through RStudio. In the "help" tab there is a choice
"check for updates." This approach will preserve all your files. I use
if(!require(package)){install.packages("package")}
So that I always install a package I need but only if it is not already
installed.
Tim
-----Original Message-----
From: R-help <r-help-bounces at r-project.org> On Behalf Of Neha gupta
Sent: Sunday, June 19, 2022 11:28 AM
To: Bert Gunter <bgunter.4567 at gmail.com>
Cc: r-help mailing list <r-help at r-project.org>
Subject: Re: [R] Rstudio cannot be loaded
[External Email]
Thank you for your answer.
I installed the new version of R and not the R studio. Should I delete R studio
and reinstall it? It will vanish all my installed packages.
On Sunday, June 19, 2022, Bert Gunter <bgunter.4567 at gmail.com> wrote:
> 1. This would be better posted on the RStudio help site:
> https://urldefense.proofpoint.com/v2/url?u=https-3A__community.rstudio
>
.com_&d=DwICAg&c=sJ6xIWYx-zLMB3EPkvcnVg&r=9PEhQh2kVeAsRzsn7AkP-g&m=hBF
> mb0Qv_oQQnQxsO4Pt3QXe99R9mHafWJnOJQ8fn-lvk9dBvX8FHU5-QQyD5GT6&s=m1OLv6
> TEBTF1_qs5_It8GNdL9O7H3C-1K74GC4kVlnY&e> (This is R-Help, not
RStudio Help. RStudio and R are separate entities).
>
> 2. A standard recommendation, which may not be necessary though, would
> be to delete and reload the latest version of RStudio so it can find
> your new version of R.
>
> Bert
>
> On Sun, Jun 19, 2022 at 7:54 AM Neha gupta <neha.bologna90 at
gmail.com>
> wrote:
>
>> Recently I updated R and now when I try to open R studio, I get
>>
>> The R session failed to start.
>>
>> ERROR MESSAGE
>> [No error available]
>> PROCESS OUTPUT
>> The R session process exited with code -1073740791.
>>
>> ERRORS
>> [No errors emitted]
>> OUTPUT
>> [No output emitted]
>>
>>
>>
>> 22 Nov 2020 18:35:26 [rsession-] 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<class
>> rstudio_boost::asio::ip::tcp>::sendResponse(const class
>> rstudio::core::http::Response &)
>> src/cpp/session/http/SessionWin32HttpConnectionListener.cpp:113;
>> LOGGED
>> FROM: void __cdecl rstudio::session::HttpConnectionImpl<class
>> rstudio_boost::asio::ip::tcp>::sendResponse(const class
>> rstudio::core::http::Response &)
>> src/cpp/session/http/SessionWin32HttpConnectionListener.cpp:118
>>
>> [[alternative HTML version deleted]]
>>
>> ______________________________________________
>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> https://urldefense.proofpoint.com/v2/url?u=https-3A__stat.ethz.ch_mai
>>
lman_listinfo_r-2Dhelp&d=DwICAg&c=sJ6xIWYx-zLMB3EPkvcnVg&r=9PEhQh2kVe
>>
AsRzsn7AkP-g&m=hBFmb0Qv_oQQnQxsO4Pt3QXe99R9mHafWJnOJQ8fn-lvk9dBvX8FHU
>>
5-QQyD5GT6&s=QJZc8GHayEQv-3Zd2zLp_t3VMrFpLnxZ6Pky7TRRuKg&e>>
PLEASE do read the posting guide
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.R-2Dproject.o
>>
rg_&d=DwICAg&c=sJ6xIWYx-zLMB3EPkvcnVg&r=9PEhQh2kVeAsRzsn7AkP-g&m=hBFm
>>
b0Qv_oQQnQxsO4Pt3QXe99R9mHafWJnOJQ8fn-lvk9dBvX8FHU5-QQyD5GT6&s=UaZECA
>> EKTxKV2WfnwFGMKmekyC5i1G5gJaSUeW015RE&e>> posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>>
>
[[alternative HTML version deleted]]
______________________________________________
R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://urldefense.proofpoint.com/v2/url?u=https-3A__stat.ethz.ch_mailman_listinfo_r-2Dhelp&d=DwICAg&c=sJ6xIWYx-zLMB3EPkvcnVg&r=9PEhQh2kVeAsRzsn7AkP-g&m=hBFmb0Qv_oQQnQxsO4Pt3QXe99R9mHafWJnOJQ8fn-lvk9dBvX8FHU5-QQyD5GT6&s=QJZc8GHayEQv-3Zd2zLp_t3VMrFpLnxZ6Pky7TRRuKg&ePLEASE
do read the posting guide
https://urldefense.proofpoint.com/v2/url?u=http-3A__www.R-2Dproject.org_posting-2Dguide.html&d=DwICAg&c=sJ6xIWYx-zLMB3EPkvcnVg&r=9PEhQh2kVeAsRzsn7AkP-g&m=hBFmb0Qv_oQQnQxsO4Pt3QXe99R9mHafWJnOJQ8fn-lvk9dBvX8FHU5-QQyD5GT6&s=WNUx1emVL5m9CjR_q4n5rCB41XeJpCoK62-nE_ftSXI&eand
provide commented, minimal, self-contained, reproducible code.