[R] loaded or not?

Duncan Murdoch murdoch at stats.uwo.ca
Tue Oct 3 14:00:33 CEST 2006


On 10/3/2006 7:42 AM, Sara Mouro wrote:
> Dear all,
> 
>  
> 
> Sorry for such basic question, but. when R "says":
> 
>  
> 
> library(Rcitrus)
> 
> Loading required package: geoR
> 
> Loading required package: sp
> 
> -------------------------------------------------------------
> 
> Analysis of geostatistical data
> 
> For an Introduction to geoR go to http://www.est.ufpr.br/geoR
> 
> geoR version 1.6-8 (built on 2006/06/29) is now loaded
> 
> -------------------------------------------------------------
> 
> Loading required package: splancs
> 
>  
> 
> Spatial Point Pattern Analysis Code in S-Plus
> 
>  
> 
>  Version 2 - Spatial and Space-Time analysis
> 
>  
> 
> Attaching package: 'splancs'
> 
>  
> 
>         The following object(s) are masked from package:sp :
> 
>  
> 
>          bbox 
> 
>  
> 
> , this means Rcitrus was sicessfully loaded? or does it still "waiting" for
> me to load geoR, sp, and splancs?!

It was loaded, and it required several other packages to be loaded. 
Everything appears to have worked without an error.

The only warning is that "bbox" is masked, i.e. you have two copies of 
it loaded, and by default you'll see the one from splancs, not the one 
from sp.

Duncan Murdoch



More information about the R-help mailing list