[Rd] rbind has confusing result for custom sub-class (possible bug?)

2019-05-25 Thread Michael Chirico
Debugging this issue: https://github.com/Rdatatable/data.table/issues/2008 We have custom class 'IDate' which inherits from 'Date' (it just forces integer storage for efficiency, hence, I). The concatenation done by rbind, however, breaks this and returns a double: library(data.table) DF = data

Re: [Rd] writing Unicode text to the Windows clipboard

2019-05-25 Thread Jeroen Ooms
On Fri, May 24, 2019 at 12:06 AM Jennifer Bryan wrote: > > Hello, > > I'm interested in moving text from and to the clipboard that cannot > necessarily be represented in the native encoding. So, really, this is > about Windows. > > I can successfully read from the clipboard by specifying the forma

[Rd] \dots used improperly in ?Rprof examples

2019-05-25 Thread Michael Chirico
\dots is used in the Usage section of the Rprof manual, but it's not rendered as ... I'm not sure if this should be \ldots, or just written manually with ... Also, I think the Rprof() on the first line is intended to be on the second line? So that the flow looks like Rprof() # start profiling ##