Hello R-help, I currently have R-project 3.4.2 and R-studio 1.1.383 installed on some of our universities computer labs. Since the installation of Visual studio the default version of R installed has changed to the version installed by VS. Users can change the default R version: found in R studio global options but users need to do this every session. Is there a file or setting found on the pc where this information is kept? If so, where is it found. Cheers, Adrian Adrian Friskin | Senior Technology Support Officer | Learning Environments - Labs Team | Learning Environments and Technology Services | Queensland University of Technology | Synergy Building Level 3 - LETS, 88 Musk Avenue, Kelvin Grove 4059 | ph +61 (07) 3138 3941 | adrian.friskin at qut.edu.au<mailto:adrian.friskin at qut.edu.au> | CRICOS No 00213J [[alternative HTML version deleted]]
> On Mar 15, 2018, at 10:24 PM, Adrian Friskin <adrian.friskin at qut.edu.au> wrote: > > Hello R-help, > I currently have R-project 3.4.2 and R-studio 1.1.383 installed on some of our universities computer labs. Since the installation of Visual studio the default version of R installed has changed to the version installed by VS. Users can change the default R version: found in R studio global options but users need to do this every session. Is there a file or setting found on the pc where this information is kept? If so, where is it found.This appears to be a question for the vendor of VS (guessing this would be Microsoft).> > Cheers, > > Adrian > > Adrian Friskin | Senior Technology Support Officer | Learning Environments - Labs Team | Learning Environments > and Technology Services | Queensland University of Technology | Synergy Building Level 3 - LETS, 88 Musk Avenue, Kelvin Grove 4059 | > ph +61 (07) 3138 3941 | adrian.friskin at qut.edu.au<mailto:adrian.friskin at qut.edu.au> | CRICOS No 00213J > > > [[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.David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law
Alternatively refer to the R Installation and Administration manual, which discusses the various user and site configuration files. There may be a Windows registry entry also. -- Sent from my phone. Please excuse my brevity. On March 17, 2018 11:09:48 AM PDT, David Winsemius <dwinsemius at comcast.net> wrote:> >> On Mar 15, 2018, at 10:24 PM, Adrian Friskin ><adrian.friskin at qut.edu.au> wrote: >> >> Hello R-help, >> I currently have R-project 3.4.2 and R-studio >1.1.383 installed on some of our universities computer labs. Since the >installation of Visual studio the default version of R installed has >changed to the version installed by VS. Users can change the default R >version: found in R studio global options but users need to do this >every session. Is there a file or setting found on the pc where this >information is kept? If so, where is it found. > >This appears to be a question for the vendor of VS (guessing this would >be Microsoft). >> >> Cheers, >> >> Adrian >> >> Adrian Friskin | Senior Technology Support Officer | Learning >Environments - Labs Team | Learning Environments >> and Technology Services | Queensland University of Technology | >Synergy Building Level 3 - LETS, 88 Musk Avenue, Kelvin Grove 4059 | >> ph +61 (07) 3138 3941 | >adrian.friskin at qut.edu.au<mailto:adrian.friskin at qut.edu.au> | CRICOS No >00213J >> >> >> [[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. > >David Winsemius >Alameda, CA, USA > >'Any technology distinguishable from magic is insufficiently advanced.' > -Gehm's Corollary to Clarke's Third Law > >______________________________________________ >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.
On 17/03/2018 2:09 PM, David Winsemius wrote:> >> On Mar 15, 2018, at 10:24 PM, Adrian Friskin <adrian.friskin at qut.edu.au> wrote: >> >> Hello R-help, >> I currently have R-project 3.4.2 and R-studio 1.1.383 installed on some of our universities computer labs. Since the installation of Visual studio the default version of R installed has changed to the version installed by VS. Users can change the default R version: found in R studio global options but users need to do this every session. Is there a file or setting found on the pc where this information is kept? If so, where is it found. > > This appears to be a question for the vendor of VS (guessing this would be Microsoft).Or the vendor of RStudio, which seems to have been messed up by VS. If you hold down the Ctrl key as you're starting RStudio, you can choose which version of R to start. For me, that choice persists; I don't know if it would for Adrian. Duncan Murdoch>> >> Cheers, >> >> Adrian >> >> Adrian Friskin | Senior Technology Support Officer | Learning Environments - Labs Team | Learning Environments >> and Technology Services | Queensland University of Technology | Synergy Building Level 3 - LETS, 88 Musk Avenue, Kelvin Grove 4059 | >> ph +61 (07) 3138 3941 | adrian.friskin at qut.edu.au<mailto:adrian.friskin at qut.edu.au> | CRICOS No 00213J >> >> >> [[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. > > David Winsemius > Alameda, CA, USA > > 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law > > ______________________________________________ > 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. >