Skip to content
Prev 3410 / 21307 Next

[Bioc-devel] Rgraphviz installation: collect2: ld returned 1 exit status

Hi Dan,

That works. Thanks a lot!

Is it worthwhile to document this installation option to the README for future users? I'm willing to write.

Best,

Jelle

-----Original Message-----
From: Dan Tenenbaum [mailto:dtenenba at fhcrc.org] 
Sent: maandag 4 juni 2012 8:35
To: Goeman, J.J. (MSTAT)
Cc: bioc-devel at r-project.org
Subject: Re: [Bioc-devel] Rgraphviz installation: collect2: ld returned 1 exit status
On Sun, Jun 3, 2012 at 11:06 PM, <J.J.Goeman at lumc.nl> wrote:
Sorry, I should have been more clear. The instructions I gave were for installing a binary 64-bit graphviz, you you do not need to install Rgraphviz from source. You should just be able to:

source("http://bioconductor.org/biocLite.R")
biocLite("Rgraphviz") ## don't specify type="source"

and now you should be able to R CMD check your package.

Dan