[R-SIG-Mac] manually load package

Federico Calboli f.calboli at imperial.ac.uk
Wed Nov 23 17:28:18 CET 2011


On 23 Nov 2011, at 16:05, 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")


install.packages('Design', type = 'source', dependencies = T, lib= "/Library/Frameworks/R.framework/Versions/2.14/Resources/library")

F



> 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

--
Federico C. F. Calboli
Neuroepidemiology and Ageing Research
Imperial College, St. Mary's Campus
Norfolk Place, London W2 1PG

Tel +44 (0)20 75941602   Fax +44 (0)20 75943193

f.calboli [.a.t] imperial.ac.uk
f.calboli [.a.t] gmail.com



More information about the R-SIG-Mac mailing list