Re: [R] Rstudio cannot be loaded

2022-06-19 Thread Ebert,Timothy Aaron
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  On Behalf Of Neha gupta
Sent: Sunday, June 19, 2022 11:28 AM
To: Bert Gunter 
Cc: r-help mailing list 
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  wrote:

> 1. This would be better posted on the RStudio help site:
> https://urldefense.proofpoint.com/v2/url?u=https-3A__community.rstudio
> .com_=DwICAg=sJ6xIWYx-zLMB3EPkvcnVg=9PEhQh2kVeAsRzsn7AkP-g=hBF
> mb0Qv_oQQnQxsO4Pt3QXe99R9mHafWJnOJQ8fn-lvk9dBvX8FHU5-QQyD5GT6=m1OLv6
> TEBTF1_qs5_It8GNdL9O7H3C-1K74GC4kVlnY=
> (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 
> 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> 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> 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@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=DwICAg=sJ6xIWYx-zLMB3EPkvcnVg=9PEhQh2kVe
>> AsRzsn7AkP-g=hBFmb0Qv_oQQnQxsO4Pt3QXe99R9mHafWJnOJQ8fn-lvk9dBvX8FHU
>> 5-QQyD5GT6=QJZc8GHayEQv-3Zd2zLp_t3VMrFpLnxZ6Pky7TRRuKg=
>> PLEASE do read the posting guide 
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.R-2Dproject.o
>> rg_=DwICAg=sJ6xIWYx-zLMB3EPkvcnVg=9PEhQh2kVeAsRzsn7AkP-g=hBFm
>> b0Qv_oQQnQxsO4Pt3QXe99R9mHafWJnOJQ8fn-lvk9dBvX8FHU5-QQyD5GT6=UaZECA
>> EKTxKV2WfnwFGMKmekyC5i1G5gJaSUeW015RE=
>> posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>>
>

[[alternative HTML version deleted]]

__
R-help@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=DwICAg=sJ6xIWYx-zLMB3EPkvcnVg=9PEhQh2kVeAsRzsn7AkP-g=hBFmb0Qv_oQQnQxsO4Pt3QXe99R9mHafWJnOJQ8fn-lvk9dBvX8FHU5-QQyD5GT6=QJZc8GHayEQv-3Zd2zLp_t3VMrFpLnxZ6Pky7TRRuKg=
PLEASE do read the posting guide 
https://urldefense.proofpoint.com/v2/url?u=http-3A__www.R-2Dproject.org_posting-2Dguide.html=DwICAg=sJ6xIWYx-zLMB3EPkvcnVg=9PEhQh2kVeAsRzsn7AkP-g=hBFmb0Qv_oQQnQxsO4Pt3QXe99R9mHafWJnOJQ8fn-lvk9dBvX8FHU5-QQyD5GT6=WNUx1emVL5m9CjR_q4n5rCB41XeJpCoK62-nE_ftSXI=
and provide commented, minimal, self-contained, reproducible code.

__
R-help@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.


Re: [R] Rstudio cannot be loaded

2022-06-19 Thread Neha gupta
Okay, thank you. I will do that.

Best regards

On Sunday, June 19, 2022, Rui Barradas  wrote:

> 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  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 
>>> 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>>> 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>>> 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@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@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/posti
>> ng-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>>
>

[[alternative HTML version deleted]]

__
R-help@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.


Re: [R] Rstudio cannot be loaded

2022-06-19 Thread Neha gupta
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  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 
> 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> 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> 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@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@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.


Re: [R] Rstudio cannot be loaded

2022-06-19 Thread Bert Gunter
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  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 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 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@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@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.