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. 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.
"Important note for package binaries: R-Forge provides these binaries only for the *most recent version of R*, but not for older versions. In order to successfully install the packages provided on R-Forge, you have to switch to the most recent version of R or, alternatively, install from the package sources (.tar.gz)." http://r-forge.r-project.org/R/?group_id=474 On Thu, Jul 3, 2014 at 6:40 AM, gktahon <Guillaume.Tahon@ugent.be> 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. > > 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. > > ______________________________________________ > 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. >[[alternative HTML version deleted]]
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
Reasonably Related Threads
- Save Venn-diagram (Vennerable) together with table and plot in single pdf page
- Creating Venn-like intersections for multiple data sets: Vennerable Package help
- Modify the plotting parameters for Vennerable obj.
- Problem trying to plot Vennerable object
- generating Venn diagram with 6 sets