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
>
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
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
> 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
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
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
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