[Rd] Signature specific S4 Method export in NAMESPACE file would be cool

2014-01-24 Thread Markus Mueller
Assume that you have a S4 generic function gf(x) and two methods implementing it, The first for x of class A ( gf#A) and the second for x of class B ( gf#B) I would very much like to be able to: 1.) export only one method e.g. gf#A to be visible for users of the package. 2.) hide gf#B automatica

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] Installation of R-3.0.2 failed Fortran error

2014-01-24 Thread Sandip Nandi
Hi , Fortran 4.3 which comes with SDK for suse 11 needs to compiled with a -0 instead of the default -O2 option . Can you try that. Thanks Sandip On Fri, Jan 24, 2014 at 12:24 AM, Prof Brian Ripley wrote: > On 24/01/2014 07:21, claus.neuma...@merckgroup.com wrote: > >> Dear all, >> >> I have

Re: [Rd] Installation of R-3.0.2 failed Fortran error

2014-01-24 Thread Prof Brian Ripley
On 24/01/2014 07:21, claus.neuma...@merckgroup.com wrote: Dear all, I have a big problem to compile R-3.0.2 on our SUSE SLES 11 Server. Make breaks up with fortran errors and so the installation isn't successful This is a part from the make run output.: gcc-3.3 -fpic -L/usr/lib64/gcc-lib/x86_

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

[Rd] Format an empty data frame

2014-01-24 Thread Yihui Xie
Hi, Here seems to be a corner case in which format() fails: > format(data.frame()) Error in .subset2(x, i, exact = exact) : subscript out of bounds > sessionInfo() R version 3.0.2 (2013-09-25) Platform: x86_64-pc-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en