[R] no possible to load a package correctly dowloaded by the R prompt

Michael Kubovy kubovy at virginia.edu
Mon Oct 30 18:08:54 CET 2006


Hi,

On Oct 30, 2006, at 11:43 AM, Tancredi Caruso wrote:

>> install.packages(c(untb))
>
>> library(untb)

> Carico il pacchetto richiesto: "partitions" (I'm loading requested  
> package:partitions)
> Errore: pacchetto 'partitions' non caricato (Error: package  
> "partitions" not loadad)
> Warning messages:
> 1: the package 'untb' has been created with R version 2.3.1
> 2: non c'è alcun pacchetto chiamato 'partitions' in: library(pkg,  
> character.only = TRUE, logical = TRUE, lib.loc = lib.loc) (there's  
> not a package named "partitions" in......)

This means that you need to also
install.packages('partitions')

You could have said
install.packages('untb', dependencies = TRUE),

and this would have done the job for you.
_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS:     P.O.Box 400400    Charlottesville, VA 22904-4400
Parcels:    Room 102        Gilmer Hall
         McCormick Road    Charlottesville, VA 22903
Office:    B011    +1-434-982-4729
Lab:        B019    +1-434-982-4751
Fax:        +1-434-982-4766
WWW:    http://www.people.virginia.edu/~mk9y/



More information about the R-help mailing list