In an earlier post, I asked about declaring such functions in R packages and making them work. Having succeeded, I'm now trying to document one such function.
I created an Rd
file with the function's name as a title, but when running the CHECK
, I get the following warning:
* checking for missing documentation entries ... WARNING
Undocumented code objects:
'%IN%'
I tried several names such as %IN%.Rd
or '%IN%'.Rd
, to no avail. Any hints on how to make this work?