> 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
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
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:
>
> >
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")
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"
>
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
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