[R] I want to install a package on Max OS X from a local file

Richard Pearson richard.pearson at postgrad.manchester.ac.uk
Wed Jun 25 14:58:11 CEST 2008


>From the (terminal window) command line try:

R CMD INSTALL path.to.file/filename.tar.gz

Does that do it?

Richard


stephen sefick wrote:
> install.packages(file.choose(), repos=NULL)
> thought this would work, but it didn't
> the package is the sowas package - this doesn't seem to be a CRAN package,
> and it can be found at :
> 
> http://tocsy.agnld.uni-potsdam.de/wavelets/
> 
> On Wed, Jun 25, 2008 at 8:25 AM, stephen sefick <ssefick at gmail.com> wrote:
> 
>> I can't figure this one out- I am the administrator,  The file that I want
>> to install is a .tar.gz which is located on my desktop.  How do I get it
>> into my packages directory- through the GUI or through brute force?
>> thanks
>>
>> stephen
>>
>> --
>> Let's not spend our time and resources thinking about things that are so
>> little or so large that all they really do for us is puff us up and make us
>> feel like gods. We are mammals, and have not exhausted the annoying little
>> problems of being mammals.
>>
>> -K. Mullis
> 
> 
> 
> 

-- 
Richard D. Pearson             richard.pearson at postgrad.manchester.ac.uk
School of Computer Science,    http://www.cs.man.ac.uk/~pearsonr
University of Manchester,      Tel: +44 161 275 6178
Oxford Road,                   Mob: +44 7971 221181
Manchester M13 9PL, UK.        Fax: +44 161 275 6204



More information about the R-help mailing list