Re: [R] Can't load Rgraphviz on windows-based R

2008-12-02 Thread Rory.WINSTON
You can get LoadLibrary failures if a dependency is not found (e.g. a required dll or shlib used by the dll that you are explicitly loading). So make sure that all necessary dependencies (e.g. graphviz libs) are available in the system path. Rory Rory Winston RBS Global Banking & Markets Offi

Re: [R] Can't load Rgraphviz on windows-based R

2008-12-02 Thread Tobias Verbeke
08, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: From: Prof Brian Ripley <[EMAIL PROTECTED]> Subject: Re: [R] Can't load Rgraphviz on windows-based R To: "Daren Tan" <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Date: Tuesday, December 2, 2008, 1:47 AM Rgraphviz

Re: [R] Can't load Rgraphviz on windows-based R

2008-12-02 Thread ram basnet
. Pls, if you find solution, let me know. Thanks   Truly, Ram Kumar Basnet, Graduate student, Wageningen University, The Netherlands. --- On Tue, 12/2/08, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: From: Prof Brian Ripley <[EMAIL PROTECTED]> Subject: Re: [R] Can't load Rgraphviz o

Re: [R] Can't load Rgraphviz on windows-based R

2008-12-02 Thread Prof Brian Ripley
Rgraphviz is a Bioconductor package, so please ask on the apporpriate mailing list (see the posting guide). On Tue, 2 Dec 2008, Daren Tan wrote: Hi, I have problem loading Rgraphviz. Following the instructions specified by the README in Rgraphviz_1.20.3.tar.gz didn't help either. o. set th