I'd find interesting to know the history of a specific function in a specific package.
In particular:
- when did this specific function appear in the package ?
- That would allow to choose a minimal version number in DESCRIPTION file
- In which versions did this function change ?
- Change in arguments for instance would allow developers to create their functions conditional to package version number
Thank you