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

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Jun 25 15:25:31 CEST 2008


On Wed, 25 Jun 2008, 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 :

You forgot a lot of things asked for in the posting guide, but if this is 
the CRAN binary version of R, the default type is not "source".  See 
?install.packages.

There is of course R-sig-mac on which to ask Mac OS-specific questions.


>
> 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
>
>
>
>
> -- 
> 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
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list