Re: [Rd] [bug] in cut.POSIXt(..., breaks = )

2017-04-07 Thread Xianghui Dong
This is a simple fix. I just extract the part of cut.R that calculated breaks by a number, then convert the breaks format, provide the breaks manually to cut again. I used lubridate as_datetime because it's simpler. Of course it can be replaced with as.POSIXct. The breaks are always formatted in o

Re: [Rd] failure of make check-all

2017-04-07 Thread Tomas Kalibera
The warning that dummy_ii returns address of local variable is benign, this function is intended to do so. I've silenced it in R-devel. Tomas On 04/06/2017 03:51 PM, Therneau, Terry M., Ph.D. wrote: Peter, Retry how much of it? That is, where does it go in the sequence from svn up to ma

Re: [Rd] Hyperbolic tangent different results on Windows and Mac

2017-04-07 Thread Ray Donnelly
On Mon, Mar 27, 2017 at 12:33 PM, Jeroen Ooms wrote: > For future reference: > https://sourceforge.net/p/mingw-w64/mailman/message/35747206/ > > On Wed, Mar 22, 2017 at 2:12 PM, Jeroen Ooms wrote: > > This looks like a bug in mingw-w64 CRT. The problem can be produced > > with C++ without R: > >