[BioC] Rgraphviz and graphviz for R 2.8.0 on Windows XP

Theresa Scharl theresa.scharl at ci.tuwien.ac.at
Tue Nov 4 13:07:10 CET 2008


Hi,

I am using graphviz 1.16.1, R 2.8.0 and Rgraphviz 1.20.0 on Windows XP.
Windows environment variables for graphviz are set accordingly.
Package loads successfully but Rgui.exe crashes plotting the following 
example (this used to work for R 2.7.2):

library("Rgraphviz")
set.seed(123)
V <- letters[1:10]
M <- 1:4
g1 <- randomGraph(V, M, 0.2)
plot(g1)

Any ideas?

Best regards,
Theresa


R version 2.8.0 (2008-10-20)
i386-pc-mingw32

locale:
LC_COLLATE=English_United States.1252;LC_CTYPE=English_United 
States.1252;LC_MONETARY=English_United 
States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252

attached base packages:
[1] grid      stats     graphics  grDevices utils     datasets  
methods   base    

other attached packages:
[1] Rgraphviz_1.20.0 graph_1.20.0   

loaded via a namespace (and not attached):
[1] cluster_1.11.11 tools_2.8.0  

-- 
-----------------------------------------------------
Dipl.-Ing. Theresa Scharl
Institut für Statistik und Wahrscheinlichkeitstheorie
Technische Universität Wien
Wiedner Hauptstraße 8-10/1071
A-1040 Wien
Tel: +43 (1) 58801 10712
Fax: +43 (1) 58801 10798



More information about the Bioconductor mailing list