[BioC] tcltk problems

Seth Falcon sfalcon at fhcrc.org
Wed Apr 13 18:11:05 CEST 2005


"Vsevolod (Simon) Ilyushchenko" <simonf at cshl.edu> writes:
> I ran into another issue, though: Ruuid was not installed (it's required 
> by graph and Rgraphviz). When I tried to reinstall it manually, I got this:
>
>> getBioC("Ruuid")

getBioC isn't that smart.  Try the following instead:

library(reposTools)
install.packages2("Ruuid")

Best,

+ seth



More information about the Bioconductor mailing list