[R-SIG-Mac] manually load package

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Nov 23 18:44:38 CET 2011


Did you have a question?  Your posting is two unconnected fragments.

How to install source packages is described in the 'R Installation and 
Administration Manual'.

You didn't tell us where you ran this, but very likely you need
"~/Desktop/Design_2.3-0.tar.gz".

But why not open a terminal and run

R CMD INSTALL ~/Desktop/Design_2.3-0.tar.gz

?

On Wed, 23 Nov 2011, Lara R. Appleby 04 wrote:

> I want to install the old R package "Design" from a source file 
> "Design_2.3-0.tar.gz" which is on my desktop. I need this (old) package to 
> run another (newer) package "Contrast".
>
>> install.packages(pkgs="Design_2.3-0.tar.gz", 
>> repos=NULL,contriburl=NULL,dependencies=NULL,available=NULL,type="source",lib= 
>> "/Library/Frameworks/R.framework/Versions/2.14/Resources/library")
> Warning message:
> In getDependencies(pkgs, dependencies, available, lib) :
> package 'Design_2.3-0.tar.gz' is not available (for R version 2.14.0)
>> 
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac

-- 
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-SIG-Mac mailing list