> Windows can occasionally be flaky > about multiple instances of a single > program.
John... I run multiple instances of R and RStudio on Win7 regularly. About the only poor behaviour I encounter has to do with updating packages used by those other instances. However, I would never run R as Administrator under Windows. Too many bad things can happen if you do that. Vineet... please be specific about what command line you are using that leads to trouble. Look in the shortcut properties to figure this out if that is how you are starting it. Using the command line directly will let you try out different options such as --vanilla more easily. You may also need to look at your PATH environment variable (Sys.getenv("PATH")) to make sure of which version you are invoking. -- Sent from my phone. Please excuse my brevity. On April 4, 2017 1:53:25 PM PDT, John <j...@surewest.net> wrote: >On Mon, 3 Apr 2017 18:06:06 +0100 >"Vineet Gupta" <vineetgupta...@gmail.com> wrote: > >> John, >> >> R does not work properly, outside of RStudio. >> >> Vineet >> >That is what I thought you might be saying. Does it work outside >if RStudio is not loaded? Windows can occasionally be flaky >about multiple instances of a single program. > >John > >______________________________________________ >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. ______________________________________________ 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.