Skip to content
Prev 3409 / 21307 Next

[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