[BioC] OSX binary graphviz, binary Rgraphviz install problems
Kasper Daniel Hansen
khansen at stat.Berkeley.EDU
Fri Feb 2 21:52:01 CET 2007
To elaborate on Seth's comment: biocLite will install a version of
Rgraphviz that goes with the version of Bioconductor that goes with
your version of R. Essentially you are installing a version that is
at least a year old.
If you do not wish to update your R version (although you should,
R-2.2.1 is ancient) you can grab the binary from the Bioconductor
website, specifically this page
http://bioconductor.org/packages/1.9/bioc/html/Rgraphviz.html
Install it using
# R CMD INSTALL ...
or use the GUI. I am saying this because I _believe_ it would work on
R-2.2.1, not because I _know_. And if it doesn't work, you are on
your own, we only try to make an effort to be compatible with R.
2.4.0/2.4.1 with version 1.12.3 of Rgraphviz.
Kasper
On Feb 2, 2007, at 10:30 AM, Seth Falcon wrote:
> Hi Bobby,
>
> Bobby Prill <rprill at jhu.edu> writes:
>
>> R Version 2.2.1 (2005-12-20 r36812)
>
> You need to upgrade to a more recent version of R (yours is quite old
> in R-years). Once you have upgraded to R-2.4.1, you should be able to
> install Rgraphviz:
>
> source("http://bioconductor.org/biocLite.R")
> biocLite("Rgraphviz")
>
> + seth
>
> _______________________________________________
> 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