It means that in your documentation file (the .Rd file), you have an
entry for 'mydata' that does not appear in the code.
So: your Rd file has:
\usage{
myfunction(mydata,otherarg)
}
and your function looks like this:
myfunction <- function(otherarg,...){etc}
good luck,
remko
-
> My Name is shruti.when I was checking a package i got a warning "Data sets
> with usage in documentation object 'data' but not in the code" can anyone
> help me with this.
Can you please provide the exact code you entered into your workspace
that gave you this error, so we can reproduce it and h
On Mar 29, 2010, at 4:49 PM, shruti wrote:
Hi,
My name is shruti,When I was trying to check the package I got this
error
"Data sets with usage in documentation object 'data' but not in the
code"
Can any one help me with this.I'm attaching the file for your
reference
http://n4.nabble.com
3 matches
Mail list logo