[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

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

2017-05-29 Thread Duncan Murdoch
On 29/05/2017 11:45 AM, Markus Müller wrote: 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 al