Skip to content
Prev 69804 / 398525 Next

Conflict between xtable and Hmisc when using Sweave?

That seems like a good solution.   

The one problem is that both packages would need their own
label generic functions if they are to operate independently
of each other so if they were both loaded the last one loaded
would give a warning that the label generic from the first loaded
package is being masked.  Of course, that does not really matter since
the two label generics would be identical but it would be slightly
annoying.    

One way around that would be to have one of the
packages depend on the other so that they share the label
generic although I am not sure that the two authors really would
want that.

Another way around that would be for the R core to include
the label generic so that both packages can leverage off the 
core but that would require some additional co-operation.
On 5/16/05, Liaw, Andy <andy_liaw at merck.com> wrote: