Re: [Rd] Format an empty data frame

2014-01-24 Thread Jeroen Ooms
On Fri, Jan 24, 2014 at 12:03 AM, Kevin Ushey wrote: > This behaviour is fixed in R-devel (tested with r64727) Was fixed a while ago: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=15567 __ R-devel@r-project.org mailing list https://stat.ethz.ch/m

Re: [Rd] Format an empty data frame

2014-01-24 Thread Kevin Ushey
This behaviour is fixed in R-devel (tested with r64727) > format( data.frame() ) data frame with 0 columns and 0 rows -Kevin On Thu, Jan 23, 2014 at 11:59 PM, Yihui Xie wrote: > Hi, > > Here seems to be a corner case in which format() fails: > >> format(data.frame()) > Error in .subset2(x, i, e