Skip to content
Prev 163560 / 398506 Next

Can't load Rgraphviz on windows-based R

L.S.,
I installed it (without problems) on someone's Windows PC yesterday.
The recipe:

1) download and install the Windows installer for graphviz

http://www.graphviz.org/pub/graphviz/stable/windows/graphviz-2.20.3.msi

2) add the path to the graphviz binaries to your PATH environment variable

   o in the Control Panel right click on System -> Properties -> Advanced
         -> Environment Variables
   o edit PATH and add the path to the binaries (ends in ...\bin)

3) install the Rgraphviz package from BioConductor

HTH,
Tobias