[R-SIG-Mac] How to avoid this error: the following objects are masked from 'package: boot'

Prof Brian Ripley ripley at stats.ox.ac.uk
Mon Feb 27 18:03:21 CET 2012


On 27/02/2012 15:50, Jeffrey Ryan wrote:
> Not really a mac question at all.
>
> It isn't an error message either, it is a warning to alert you to the
> fact that two objects are now called the same thing and you may not be
> seeing the one you originally expected (now that the latter package is
> 'masking' it)

And in a recent enough version of R you can use one of
boot::melanoma
lattice::melanoma
to select the one you want: the warning is to remind you that you may 
have to.

> Jeff
>
> On Mon, Feb 27, 2012 at 9:35 AM, Jason Love<jason.love1492 at gmail.com>  wrote:
>> Dear R users,
>>
>> Does anybody know how to avoid the error message below and why this
>> happened?
>>
>> Thanks in advance,
>> Jason
>>
>>> library(lattice)
>>
>> Attaching package: ‘lattice’
>>
>> The following object(s) are masked from ‘package:boot’:
>>
>>     melanoma
>>
>>> library(lattice)
>>
>>         [[alternative HTML version deleted]]
>>
>>
>> _______________________________________________
>> 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