[R-pkg-devel] no source references for S4 classes?

2017-05-29 Thread Markus Müller
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

[R-pkg-devel] Fwd: Please help with unexplainable check --as-cran warning for Rd file with \usage{\S4method{[[<-}{M1}(x, i, value)}

2016-12-23 Thread Markus Müller
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