Re: [Rd] R 4.0.1-4.0.5 built with Intel Composer 19.0-19.1.1, error in "make check" on CentOS 7.7-7.9

2021-04-09 Thread Ryan Novosielski
> On Jun 25, 2020, at 8:06 AM, Ivan Krylov wrote: > > On Wed, 24 Jun 2020 18:56:06 + > Ryan Novosielski wrote: > > On my machine, getOption('expressions') is 5000 and the example from > the test correctly stops with length(traceback()) == 2500. (And the > simpler example of f <- function()

Re: [Rd] encodeString converts to UTF-8 on Windows R-devel

2021-04-09 Thread Gábor Csárdi
For the record, this was a bug introduced here: https://github.com/wch/r-source/commit/1c149eddee9c6d4b87a987a964a611bf8fe43a74 and fixed today here: https://github.com/wch/r-source/commit/ec0761e63598d38eb5e8ab3fb995da06ab5c91ee G. On Fri, Mar 5, 2021 at 2:52 PM Gábor Csárdi wrote: > > Which is