[Rd] Potential bugs in table dnn

2021-10-15 Thread SOEIRO Thomas
> Dear Martin, > > Thank you for the perfect fix. It fixes both issues in the 1-dim case (i.e. > automatic dnn *and* disregard dnn/names in ...), as well as the documentation. Finally, there is still a corner case that the patch did not fix in the 1D-case. We cannot override the data frame's n

Re: [Rd] Fwd: Using existing envars in Renviron on friendly Windows

2021-10-15 Thread Michał Bojanowski
Perhaps a small update to ?.Renviron would be in order to mention that... On Fri, Oct 15, 2021 at 6:43 PM Michał Bojanowski wrote: > > Indeed quoting works! Kevin suggested the same, but he didnt reply to the > list. > Thank you all! > Michal > > On Fri, Oct 15, 2021 at 6:40 PM Ivan Krylov wrot

Re: [Rd] Fwd: Using existing envars in Renviron on friendly Windows

2021-10-15 Thread Michał Bojanowski
Indeed quoting works! Kevin suggested the same, but he didnt reply to the list. Thank you all! Michal On Fri, Oct 15, 2021 at 6:40 PM Ivan Krylov wrote: > > Sorry for the noise! I wasn't supposed to send my previous message. > > On Fri, 15 Oct 2021 16:44:28 +0200 > Michał Bojanowski wrote: > > >

Re: [Rd] Fwd: Using existing envars in Renviron on friendly Windows

2021-10-15 Thread Ivan Krylov
Sorry for the noise! I wasn't supposed to send my previous message. On Fri, 15 Oct 2021 16:44:28 +0200 Michał Bojanowski wrote: > AVAR=${APPDATA}/foo/bar > > Which is a documented way of referring to existing environment > variables. Now, with that in R I'm getting: > > Sys.getenv("APPDATA")

Re: [Rd] Fwd: Using existing envars in Renviron on friendly Windows

2021-10-15 Thread Ivan Krylov
On Fri, 15 Oct 2021 16:44:28 +0200 Michał Bojanowski wrote: > AVAR=${APPDATA}/foo/bar > > Which is a documented way of referring to existing environment > variables. Now, with that in R I'm getting: > > Sys.getenv("APPDATA")# That works OK > [1] "C:\\Users\\mbojanowski\\AppData\\Roaming" >

Re: [Rd] Fwd: Using existing envars in Renviron on friendly Windows

2021-10-15 Thread Duncan Murdoch
On 15/10/2021 10:44 a.m., Michał Bojanowski wrote: Dear colleagues, I would be grateful if somebody could explain and perhaps help work around the following. I have .Renviron with, say: AVAR=${APPDATA}/foo/bar Which is a documented way of referring to existing environment variables. Now, with

[Rd] Fwd: Using existing envars in Renviron on friendly Windows

2021-10-15 Thread Michał Bojanowski
Dear colleagues, I would be grateful if somebody could explain and perhaps help work around the following. I have .Renviron with, say: AVAR=${APPDATA}/foo/bar Which is a documented way of referring to existing environment variables. Now, with that in R I'm getting: Sys.getenv("APPDATA")# T