[BioC] Rgraphviz crashes Windows
Kasper Daniel Hansen
kasperdanielhansen at gmail.com
Wed May 5 11:39:16 CEST 2010
You are using a 64 bit version of Windows. Since you are using R-2.10
I presume you are using a 32 bit version of Rgraphviz.
Based on other reports, you may have to use a newer Graphviz (2.24 or
2.26) and this means you will need to compile Rgraphviz yourself.
Kasper
On Tue, May 4, 2010 at 6:17 PM, Sancar Adali <sadali at gmail.com> wrote:
> I've installed Rgraphviz from source using Graphviz version 2.20.3. I'm
> using Windows Vista 64-bit and R 2.10.1.
> However R crashes (as a standard windows application crashes with "R stopped
> working" messages) when I use "plot" function. For example running the
> following code crashes R.
>
> V<- letters[1:10]
> M<- 1:4
> g1<- randomGraph(V, M, .2)
> plot(g1)
>
> I have the same problem in Windows 7. The same problem when I install the
> Rgraphviz binary package
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives:
> http://news.gmane.org/gmane.science.biology.informatics.conductor
>
More information about the Bioconductor
mailing list