hits=-2.6 tests=BAYES_00
X-USF-Spam-Flag: NO

First call

   data("d")

then everything is fine already - except that codetools are moaning 
around. Those codetools can be calmed down by the line we had already:

   d <- get("d", pos=globalenv())

Uwe Ligges



Dan Kelley wrote:
> Yes, data() works, but then I have this warning from "R CMD check" on my
> package, so I think I should not be doing it that way.
> 
> 
> 
> Benilton Carvalho wrote:
>> have you tried
>> data()
>> instead?
>> b
>>
>>
>>
>

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to