Paul Gilbert wrote: > The R packaging programs expect one .Rd file for each function, ... Sorry, this was not exactly correct. It expects one .Rd file for each documentation item (man page) indicated by \name{}, but that can document more than one function. Paul Gilbert