On Jul 3, 2014, at 4:40 AM, gktahon wrote: > Hi, > > I'm new to using R and would like to use Vennerable to process my data and > make Venn diagrams. However I cannot seem to install the package. If I enter > the command > install.packages("Vennerable", repos="http://R-Forge.R-project.org") > I get the following message: > package ‘Vennerable’ is available as a source package but not as a binary > Warning Message: > package ‘Vennerable’ is not available (for R version 3.1.0) > > How could I install the package? I managed to download a .zip file from the > R-Forge location, but do not know how to continue.
You would need to tell us your OS setup. Try reading the Details section of ?install.packages. You will need to set repos to NULL and use the proper type for a binary install ... if you are using R 3.1.x > > Many thanks in advance, > > > Guillaume > -- > View this message in context: > http://r.789695.n4.nabble.com/How-to-install-Vennerable-tp4693449.html > Sent from the R help mailing list archive at Nabble.com. Better to post directly to the list. -- David Winsemius Alameda, CA, USA ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.