Bill Poling
2019-May-17 18:02 UTC
[R] Help understanding the relationship between R-3.6.0 and RStudio
Hello. I do not think I have had this problem (assuming it is a problem) in the past. I downloaded and installed R3.6.0 which is indicted in the console when I open R itself. R version 3.6.0 RC (2019-04-24 r76423) -- "Planting of a Tree" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) However, in RStudio the sessionInfo() remains R version 3.5.3 (2019-03-11) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 17134) I also installed the latest version of RStudio 1.2.1335 as well "after" installing R 3.6.0. I also rebooted my computer. I am not sure why this time the two do not seem to be (for lack of a better word) in sink? Thank you for any insight WHP Confidentiality Notice This message is sent from Zelis. ...{{dropped:13}}
Jeff Newmiller
2019-May-17 18:12 UTC
[R] Help understanding the relationship between R-3.6.0 and RStudio
This is actually a question about RStudio, not R, so is technically off topic. However, I think the answer to your question is in the Global Options (General) configuration screen. On May 17, 2019 11:02:05 AM PDT, Bill Poling <Bill.Poling at zelis.com> wrote:>Hello. > >I do not think I have had this problem (assuming it is a problem) in >the past. > >I downloaded and installed R3.6.0 which is indicted in the console when >I open R itself. > >R version 3.6.0 RC (2019-04-24 r76423) -- "Planting of a Tree" >Copyright (C) 2019 The R Foundation for Statistical Computing >Platform: x86_64-w64-mingw32/x64 (64-bit) > >However, in RStudio the sessionInfo() remains > >R version 3.5.3 (2019-03-11) >Platform: x86_64-w64-mingw32/x64 (64-bit) >Running under: Windows 10 x64 (build 17134) > >I also installed the latest version of RStudio 1.2.1335 as well "after" >installing R 3.6.0. > >I also rebooted my computer. > >I am not sure why this time the two do not seem to be (for lack of a >better word) in sink? > >Thank you for any insight > >WHP > >Confidentiality Notice This message is sent from Zelis. >...{{dropped:13}} > >______________________________________________ >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.-- Sent from my phone. Please excuse my brevity.
Marc Schwartz
2019-May-17 18:14 UTC
[R] Help understanding the relationship between R-3.6.0 and RStudio
> On May 17, 2019, at 2:02 PM, Bill Poling <Bill.Poling at zelis.com> wrote: > > Hello. > > I do not think I have had this problem (assuming it is a problem) in the past. > > I downloaded and installed R3.6.0 which is indicted in the console when I open R itself. > > R version 3.6.0 RC (2019-04-24 r76423) -- "Planting of a Tree" > Copyright (C) 2019 The R Foundation for Statistical Computing > Platform: x86_64-w64-mingw32/x64 (64-bit) > > However, in RStudio the sessionInfo() remains > > R version 3.5.3 (2019-03-11) > Platform: x86_64-w64-mingw32/x64 (64-bit) > Running under: Windows 10 x64 (build 17134) > > I also installed the latest version of RStudio 1.2.1335 as well "after" installing R 3.6.0. > > I also rebooted my computer. > > I am not sure why this time the two do not seem to be (for lack of a better word) in sink? > > Thank you for any insight > > WHPHi, I don't use RStudio, which is a GUI/IDE on top of R, it is not R. That being said, a quick Google search supports my intuition, which is that RStudio appears to be able to support multiple R version installations: https://support.rstudio.com/hc/en-us/articles/200486138-Changing-R-versions-for-RStudio-desktop RStudio also has their own support venue: https://support.rstudio.com/hc/en-us If I read correctly, it looks like you actually installed a "Release Candidate" (RC) version of 3.6.0 for Windows. So you probably want to visit a CRAN mirror and download the release version of 3.6.0: R version 3.6.0 (2019-04-26) -- "Planting of a Tree" If you do not want to have multiple R versions on your computer, you can use the normal Windows application uninstall process to remove the older version(s). Regards, Marc Schwartz
Bill Poling
2019-May-17 18:19 UTC
[R] Help understanding the relationship between R-3.6.0 and RStudio
Thank you Jeff, I will review the Global Options. WHP From: Jeff Newmiller <jdnewmil at dcn.davis.ca.us> Sent: Friday, May 17, 2019 2:12 PM To: r-help at r-project.org; Bill Poling <Bill.Poling at zelis.com>; r-help (r-help at r-project.org) <r-help at r-project.org> Subject: Re: [R] Help understanding the relationship between R-3.6.0 and RStudio This is actually a question about RStudio, not R, so is technically off topic. However, I think the answer to your question is in the Global Options (General) configuration screen. On May 17, 2019 11:02:05 AM PDT, Bill Poling <mailto:Bill.Poling at zelis.com> wrote:>Hello. > >I do not think I have had this problem (assuming it is a problem) in >the past. > >I downloaded and installed R3.6.0 which is indicted in the console when >I open R itself. > >R version 3.6.0 RC (2019-04-24 r76423) -- "Planting of a Tree" >Copyright (C) 2019 The R Foundation for Statistical Computing >Platform: x86_64-w64-mingw32/x64 (64-bit) > >However, in RStudio the sessionInfo() remains > >R version 3.5.3 (2019-03-11) >Platform: x86_64-w64-mingw32/x64 (64-bit) >Running under: Windows 10 x64 (build 17134) > >I also installed the latest version of RStudio 1.2.1335 as well "after" >installing R 3.6.0. > >I also rebooted my computer. > >I am not sure why this time the two do not seem to be (for lack of a >better word) in sink? > >Thank you for any insight > >WHP > >Confidentiality Notice This message is sent from Zelis. >...{{dropped:13}} > >______________________________________________ >mailto: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.-- Sent from my phone. Please excuse my brevity. Confidentiality Notice This message is sent from Zelis. This transmission may contain information which is privileged and confidential and is intended for the personal and confidential use of the named recipient only. Such information may be protected by applicable State and Federal laws from this disclosure or unauthorized use. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, review, discussion, copying, or taking any action in reliance on the contents of this transmission is strictly prohibited. If you have received this transmission in error, please contact the sender immediately. Zelis, 2018.
Bill Poling
2019-May-17 18:21 UTC
[R] Help understanding the relationship between R-3.6.0 and RStudio
Thank you Mark, I was unaware of the RC distinction and the multiple R version issue. Appreciate your help. WHP From: Marc Schwartz <marc_schwartz at me.com> Sent: Friday, May 17, 2019 2:14 PM To: Bill Poling <Bill.Poling at zelis.com> Cc: R-help <r-help at r-project.org> Subject: Re: [R] Help understanding the relationship between R-3.6.0 and RStudio> On May 17, 2019, at 2:02 PM, Bill Poling <mailto:Bill.Poling at zelis.com> wrote: > > Hello. > > I do not think I have had this problem (assuming it is a problem) in the past. > > I downloaded and installed R3.6.0 which is indicted in the console when I open R itself. > > R version 3.6.0 RC (2019-04-24 r76423) -- "Planting of a Tree" > Copyright (C) 2019 The R Foundation for Statistical Computing > Platform: x86_64-w64-mingw32/x64 (64-bit) > > However, in RStudio the sessionInfo() remains > > R version 3.5.3 (2019-03-11) > Platform: x86_64-w64-mingw32/x64 (64-bit) > Running under: Windows 10 x64 (build 17134) > > I also installed the latest version of RStudio 1.2.1335 as well "after" installing R 3.6.0. > > I also rebooted my computer. > > I am not sure why this time the two do not seem to be (for lack of a better word) in sink? > > Thank you for any insight > > WHPHi, I don't use RStudio, which is a GUI/IDE on top of R, it is not R. That being said, a quick Google search supports my intuition, which is that RStudio appears to be able to support multiple R version installations: https://support.rstudio.com/hc/en-us/articles/200486138-Changing-R-versions-for-RStudio-desktop RStudio also has their own support venue: https://support.rstudio.com/hc/en-us If I read correctly, it looks like you actually installed a "Release Candidate" (RC) version of 3.6.0 for Windows. So you probably want to visit a CRAN mirror and download the release version of 3.6.0: R version 3.6.0 (2019-04-26) -- "Planting of a Tree" If you do not want to have multiple R versions on your computer, you can use the normal Windows application uninstall process to remove the older version(s). Regards, Marc Schwartz Confidentiality Notice This message is sent from Zelis. ...{{dropped:13}}
Bill Poling
2019-May-17 18:32 UTC
[R] Help understanding the relationship between R-3.6.0 and RStudio
I fixed it by removing previous versions as suggested.> sessionInfo()R version 3.6.0 RC (2019-04-24 r76423) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 17134) I will have to go out and get the non RC version now. Thank you. WHP From: Marc Schwartz <marc_schwartz at me.com> Sent: Friday, May 17, 2019 2:14 PM To: Bill Poling <Bill.Poling at zelis.com> Cc: R-help <r-help at r-project.org> Subject: Re: [R] Help understanding the relationship between R-3.6.0 and RStudio> On May 17, 2019, at 2:02 PM, Bill Poling <mailto:Bill.Poling at zelis.com> wrote: > > Hello. > > I do not think I have had this problem (assuming it is a problem) in the past. > > I downloaded and installed R3.6.0 which is indicted in the console when I open R itself. > > R version 3.6.0 RC (2019-04-24 r76423) -- "Planting of a Tree" > Copyright (C) 2019 The R Foundation for Statistical Computing > Platform: x86_64-w64-mingw32/x64 (64-bit) > > However, in RStudio the sessionInfo() remains > > R version 3.5.3 (2019-03-11) > Platform: x86_64-w64-mingw32/x64 (64-bit) > Running under: Windows 10 x64 (build 17134) > > I also installed the latest version of RStudio 1.2.1335 as well "after" installing R 3.6.0. > > I also rebooted my computer. > > I am not sure why this time the two do not seem to be (for lack of a better word) in sink? > > Thank you for any insight > > WHPHi, I don't use RStudio, which is a GUI/IDE on top of R, it is not R. That being said, a quick Google search supports my intuition, which is that RStudio appears to be able to support multiple R version installations: https://support.rstudio.com/hc/en-us/articles/200486138-Changing-R-versions-for-RStudio-desktop RStudio also has their own support venue: https://support.rstudio.com/hc/en-us If I read correctly, it looks like you actually installed a "Release Candidate" (RC) version of 3.6.0 for Windows. So you probably want to visit a CRAN mirror and download the release version of 3.6.0: R version 3.6.0 (2019-04-26) -- "Planting of a Tree" If you do not want to have multiple R versions on your computer, you can use the normal Windows application uninstall process to remove the older version(s). Regards, Marc Schwartz Confidentiality Notice This message is sent from Zelis. ...{{dropped:13}}