Re: [Rd] Detect UCRT-built R from within R sessions (and in configure.win)

2021-09-23 Thread Hiroaki Yutani
> Thanks, that's right, so I've ported this part to R-devel and R-patched, I noticed R-devel no longer complains about this from a while ago, thanks. > With R.version$crt, you can already get a make (or even environment) > variable. Writing R Extensions has examples how to invoke R in make > file

Re: [Rd] Detect UCRT-built R from within R sessions (and in configure.win)

2021-09-23 Thread Tomas Kalibera
On 9/20/21 11:03 AM, Hiroaki Yutani wrote: I tried to use configure.ucrt, and found it results in the following NOTE on the released version of R, unfortunately. * checking top-level files ... NOTE Non-standard file/directory found at top level: 'configure.ucrt' Will this be ac

Re: [Rd] R-devel: as.character() for hexmode no longer pads with zeros

2021-09-23 Thread Henrik Bengtsson
Thanks for confirming and giving details on the rationale (... and I'll updated R.utils to use format() instead). Regarding as.character(x)[j] === as.character(x[j]): I agree with this - is that property of as.character()/subsetting explicitly stated/documented somewhere? I wonder if this is a pr

Re: [Rd] R-devel: as.character() for hexmode no longer pads with zeros

2021-09-23 Thread Martin Maechler
> Henrik Bengtsson > on Wed, 22 Sep 2021 20:48:05 -0700 writes: > The update in rev 80946 > (https://github.com/wch/r-source/commit/d970867722e14811e8ba6b0ba8e0f478ff482f5e) > caused as.character() on hexmode objects to no longer pads with zeros. Yes -- very much on purp