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
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