[BioC] Rgraphviz running problem on vista

Martin Morgan mtmorgan at fhcrc.org
Sun Dec 12 02:54:58 CET 2010


On 12/09/2010 02:16 PM, xyang2 wrote:
>  Dear all,
> 
> I need help on the install of Rgraphviz after install my new version of R.
> R2.12.0 crashed after I trying to plot using Rgraphviz package.
> Details are:
> 
> 
>>library("Rgraphviz")
> Loading required package: graph
> Loading required package: grid
> 
> /> set.seed(123) /
> /> V <- letters[1:10] /
> /> M <- 1:4 /
> /> g1 <- randomGraph(V, M, 0.2) /
> //
> 
> but when I tried to plot it R crashed.
> 
> /> plot(g1) /

Hi Xinan --

I haven't tried this yet, but the package source file

http://bioconductor.org/packages/2.7/bioc/src/contrib/Rgraphviz_1.28.0.tar.gz

contains a file README saying in part

This version will not work with Vista 64 bit, so the user will
need to compile from source, and in addition make sure that a version
strictly greater than 2.22 is used.

It then has instructions for installing Rgraphviz from source. This
requires the tools at

http://www.murdoch-sutherland.com/Rtools/

Martin

> 
> My working environments are:
> 
> 
>> R.version.string
> [1] "R version 2.12.0 (2010-10-15)"
>> win.version()
> [1] "Windows Vista (build 6001) Service Pack 1"
>>
>>  packageDescription("Rgraphviz")$Version
> [1] "1.28.0"
>> graphvizVersion()
> $installed_version
> [1] ‘2.20.3’
> 
> $build_version
> [1] ‘2.20.3’
> 
> and I do add the "C:\\Program Files\\Graphviz2.20\\Bin" into PATH of
> environment
> 
> 
>> strsplit(Sys.getenv("PATH"), ";")
> $PATH
>  [1] "%CommonProgramFiles%\\Microsoft Shared\\Windows Live"            
> "c:\\Rtools\\bin"                                                 
> "c:\\Rtools\\perl\\bin"                                           
>  [4] "c:\\Rtools\\MinGW\\bin"                                          
> "C:\\Perl\\site\\bin"                                             
> "C:\\Perl\\bin"                                                   
>  [7] "C:\\Windows\\system32"                                           
> "C:\\Windows"                                                     
> "C:\\Windows\\System32\\Wbem"                                     
> [10] "C:\\Program Files\\Intel\\DMIX"                                  
> "C:\\Program Files\\ATI Technologies\\ATI.ACE\\Core-Static"       
> "C:\\Program Files\\Common Files\\Roxio Shared\\DLLShared\\"      
> [13] "C:\\Program Files\\Common Files\\Roxio Shared\\10.0\\DLLShared\\"
> "C:/R/R-2.10.0/library/RMySQL/libs"                               
> "C:\\Program Files\\Graphviz2.20"                                 
> [16] "D:\\AppliedBiosystems\\SDS2.4\\lib\\algorithm\\bin\\win32"       
> "D:\\AppliedBiosystems\\SDS2.4\\lib"                              
> "C:\\Program Files\\Graphviz2.20\\bin"                            
> [19] "C:\\Program Files\\Common Files\\Microsoft Shared\\Windows Live" 
> "C:\\Program Files\\SSH Communications Security\\SSH Secure Shell"
> "C:\\R\\R-2.7.1\\library\\RMySQL\\libs"                           
> [22] "C:\\Program Files\\Graphviz2.20\\Bin"                            
> 
>>
> 
> Thanks,
> 
> Xinan


-- 
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