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?
______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.