[Bio-Linux] Installing Plotrix in R (Danae Dodge)

Steve Moss gawbul at gmail.com
Wed Mar 13 08:05:49 EDT 2013


Dear Danae,

The following worked for me from within an R session:

install.packages("plotrix", dependencies=T)
>

If you need to do it from the command line, perhaps try download the
package first?

wget -c
> http://star-www.st-andrews.ac.uk/cran/bin/macosx/leopard/contrib/2.15/plotrix_3.4-6.tgz
> R CMD INSTALL plotrix_3.4-6.tgz
>

Kindest regards,

Steve Moss
http://about.me/gawbul

On 12 March 2013 12:00, <bio-linux-request at nebclists.nerc.ac.uk> wrote:

> Send Bio-Linux mailing list submissions to
>         bio-linux at nebclists.nerc.ac.uk
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://nebclists.nerc.ac.uk/mailman/listinfo/bio-linux
> or, via email, send a message with subject or body 'help' to
>         bio-linux-request at nebclists.nerc.ac.uk
>
> You can reach the person managing the list at
>         bio-linux-owner at nebclists.nerc.ac.uk
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Bio-Linux digest..."
>
>
> Today's Topics:
>
>    1. Installing Plotrix in R (Danae Dodge)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 11 Mar 2013 18:26:16 +0000 (GMT)
> From: Danae Dodge <danae_hazel at yahoo.co.uk>
> Subject: [Bio-Linux] Installing Plotrix in R
> To: Bio Linux NEBC <bio-linux at nebclists.nerc.ac.uk>
> Message-ID:
>         <1363026376.16540.YahooMailClassic at web171703.mail.ir2.yahoo.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello all,
> I've been trying to install the library Plotrix from R for awhile
> unsuccessfully. I first updated R (I'm using BioLinux on a USB) to see if
> Plotrix was included and then I set the R LIB environmental variable so I
> could do this:
> source("http://bioconductor.org/biocLite.R")
>
> biocLite("pkgname")
>
> ?
> but with replacing it with the web address for Plotrix on the R website to
> download directly
> (this being the website that I went to:
> http://cran.r-project.org/web/packages/plotrix/index.html
> So my command line is as follows:
> R CMD INSTALL /
> http://www.cran.r-project.org/web/packages/plotrix/plotrix_3.4-6.tar.gz
>
> But I keep getting a Warning message: invalid package followed by the url
> and an error telling me no package specified.
> So now I don't know how to download and install this package into R.
> Can anyone help?
>
> Thanks,
> Danae
>
>
>
>
>
> Dr Danae Dodge
>
> http://independent.academia.edu/DanaeDodge
>
> Skype: danaedodge
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://nebclists.nerc.ac.uk/pipermail/bio-linux/attachments/20130311/43ab98bf/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> Bio-Linux mailing list
> Bio-Linux at nebclists.nerc.ac.uk
> http://nebclists.nerc.ac.uk/mailman/listinfo/bio-linux
>
>
> End of Bio-Linux Digest, Vol 55, Issue 1
> ****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.bioinformatics.org/pipermail/bio-linux-list/attachments/20130313/08ce97ec/attachment.html>


More information about the Bio-linux-list mailing list