[BioC] Rgraphviz installation failure with R 2.12.0

Martin Morgan mtmorgan at fhcrc.org
Fri Dec 17 17:28:40 CET 2010


On 12/17/2010 06:48 AM, Mary Putt wrote:
> I have the same installation problems on two 32 bit computers running
> Windows 7 or Windows XP. and R 2.12.0
> 
> The shared object RGraphviz.dll is where it is supposed to be.
> 
> Any suggestions greatly appreciated.
> 
> Thank you
> 
> Mary
> 
>>   biocLite("Rgraphviz")
> Using R version 2.12.0, biocinstall version 2.7.4.
> Installing Bioconductor version 2.7 packages:
> [1] "Rgraphviz"
> Please wait...
> 
> trying URL
> 'http://www.bioconductor.org/packages/2.7/bioc/bin/windows/contrib/2.12/Rgraphviz_1.28.0.zip'
> 
> Content type 'application/zip' length 1065188 bytes (1.0 Mb)
> opened URL
> downloaded 1.0 Mb
> 
> package 'Rgraphviz' successfully unpacked and MD5 sums checked
> 
> The downloaded packages are in
>       C:\Documents and Settings\mputt\Local
> Settings\Temp\Rtmpi20FRB\downloaded_packages
> 
>> library("Rgraphviz")
> Error : .onLoad failed in loadNamespace() for 'Rgraphviz', details:
> call: value[[3L]](cond)
> error: unable to load shared object
> 'C:/PROGRA~1/R/R-212~1.0/library/Rgraphviz/libs/i386/Rgraphviz.dll':
> LoadLibrary failure:  The specified module could not be found.

Hi Mary -- the cryptic error message is saying that "I tried to load
Rgraphviz.dll, but could not, because something Rgraphviz.dll depends on
could not be found'. Can you show us (e.g., Sys.getenv('PATH') and
list.files()) that you've done these things correctly:

> Check that (1) graphviz is installed on your system; (2) the installed
> version of graphviz matches '2.20.3'; this is the version used to build
> this Rgraphviz package; (3)
> graphviz is accessible to R, e.g., the path to the graphviz 'bin'
> directory is in the system 'PATH' variable.  See additional instructions
> in the 'README' file of the
> Rgraphviz 'source' distribution, available at
> 
> http://bioconductor.org/packages/release/bioc/html/Rgraphviz.html
> 
> Ask further questions on the Bioconductor mailing list
> 
> http://bioconductor.org/docs/mailList.html
> 
> 
> Error: package/namespace load failed for 'Rgraphviz'

I think this should be sufficient on 32-bit systems; for 64-bit systems
you'll have to read the README file indicated above.

Martin

>>
> 
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives:
> http://news.gmane.org/gmane.science.biology.informatics.conductor


-- 
Computational Biology
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109

Location: M1-B861
Telephone: 206 667-2793



More information about the Bioconductor mailing list