[R] Need Help: Installing/Using xtable package

Peter Dalgaard p.dalgaard at biostat.ku.dk
Thu Aug 9 19:41:02 CEST 2007


M. Jankowski wrote:
> Hi all,
>
> Let me know if I need to ask this question of the bioconductor group.
> I used the bioconductor utility to install this package and also the
> CRAN package.install function.
>
> My computer crashed a week ago. Today I reinstalled all my
> bioconductor/R packages. One of my scripts is giving me the following
> error:
>
> in my script I set:
> library("xtable")
> print.xtable(....
>
> and receive this error:
> Error : could not find function "print.xtable"
>
> This is a new error and I cannot find the source.
>   
Looks like the current xtable is no longer exporting its print methods. 
Why were you calling print.xtable explicitly in the first place?



More information about the R-help mailing list