[Rd] Remove env var with .Renviron?

2021-06-05 Thread Duncan Murdoch
I have two .Renviron files: one in my home directory, one in the current directory. From my reading of ?Startup, I thought the local one would override the home dir one, and if I set a value, it does. However, if the local .Renviron contains RGL_DEBUGGING= while the home one contains RGL_D

Re: [Rd] Remove env var with .Renviron?

2021-06-05 Thread Duncan Murdoch
On 05/06/2021 4:05 p.m., Duncan Murdoch wrote: I have two .Renviron files: one in my home directory, one in the current directory. From my reading of ?Startup, I thought the local one would override the home dir one, and if I set a value, it does. However, if the local .Renviron contains RGL_D