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.
How to install Vennerable
3 messages · gktahon, Adams, Jean, David Winsemius
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140703/726ec973/attachment.pl>
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