Hi
I am developing a small package that converts comments to documentation.
One of my design aims is to duplicate as little as possible of R 's
internal machinery.
In particular I want to load the package (to be documented) with 'library',
inspect all its objects like functions,generics methods a
Hi
I have build a small example package to reproduce the issue.
The usage lines with S4method work well for all other methods including
overloaded operators (In my example package I put [[ as an example)
The actual warning only occurs for the method overloading "[[<-"
** checking Rd