Re: [Rd] A recent commit breaks embedded application on Windows

2018-06-17 Thread luke-tierney
Thanks for the report. Fixed in R-devel and R-patched. Best, luke On Sun, 17 Jun 2018, Randy Lai wrote: A line was added to call `R_SetParams ` in the function `R_SetWin32` 4 days ago. https://github.com/wch/r-source/blob/2370eca96267e29a69396ef53a52ff5d6f60c65b/src/gnuwin32/system.c#L780 How

[Rd] A recent commit breaks embedded application on Windows

2018-06-17 Thread Randy Lai
A line was added to call `R_SetParams ` in the function `R_SetWin32` 4 days ago. https://github.com/wch/r-source/blob/2370eca96267e29a69396ef53a52ff5d6f60c65b/src/gnuwin32/system.c#L780 However, `R_SetParams` actually calls `R_SetWin32`. https://github.com/wch/r-source/blob/30f7698e19fe1d2ce8fe53d8