[Rd] List S3 methods and defining packages

2015-07-07 Thread Renaud Gaujoux
Hi, from the man page ?methods, I expected to be able to build pairs (class,package) for a given S3 method, e.g., print, using attr(methods(print), 'info'). However all the methods, except the ones defined in base or S4 methods, get the 'from' value "registered S3method for print", instead of th

[Rd] dead links to manuals

2015-07-07 Thread Gábor Csárdi
E.g. here http://cran.r-project.org/manuals.html the link to http://cran.r-project.org/doc/manuals/r-release/R-intro.html gives a 404. FYI, Gabor __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] dead links to manuals

2015-07-07 Thread peter dalgaard
The configure was broken for texinfo 6.0. Fixed in r-patched, but trickier to fix for r-release without r-release no longer being r-release... -pd On 07 Jul 2015, at 12:58 , Gábor Csárdi wrote: > E.g. here http://cran.r-project.org/manuals.html the link to > http://cran.r-project.org/doc/manu

Re: [Rd] dead links to manuals

2015-07-07 Thread Marc Schwartz
> On Jul 7, 2015, at 5:58 AM, Gábor Csárdi wrote: > > E.g. here http://cran.r-project.org/manuals.html the link to > http://cran.r-project.org/doc/manuals/r-release/R-intro.html gives a > 404. > > FYI, > Gabor Gabor, this was reported yesterday on R-Help: https://stat.ethz.ch/pipermail/r-h

Re: [Rd] List S3 methods and defining packages

2015-07-07 Thread Martin Morgan
On 07/07/2015 02:05 AM, Renaud Gaujoux wrote: Hi, from the man page ?methods, I expected to be able to build pairs (class,package) for a given S3 method, e.g., print, using attr(methods(print), 'info'). However all the methods, except the ones defined in base or S4 methods, get the 'from' valu

[Rd] [ on call

2015-07-07 Thread Mick Jordan
I'm rather puzzled by this behavior: e export("caption<-", "caption", "label", "label<-", "align<-", "align", "digits<-", "digits", "display<-", "display", "xtable", "print.xtable", "toLatex.xtable") > e[[1L]] e[[1L]] export > e[-1L] e[-1L] "caption<-"("caption", "label", "label<-", "alig

Re: [Rd] [ on call

2015-07-07 Thread Duncan Murdoch
On 07/07/2015 6:33 PM, Mick Jordan wrote: > I'm rather puzzled by this behavior: > > e > export("caption<-", "caption", "label", "label<-", "align<-", > "align", "digits<-", "digits", "display<-", "display", "xtable", > "print.xtable", "toLatex.xtable") > > e[[1L]] > e[[1L]] > export >