Adds a roxygen template for package documentation. When you document()
roxygen will flesh out the Rd file using data from the DESCRIPTION
.
That ensures you don't need to repeat the same information in multiple
places. This block is a good place to put global namespace tags like
@importFrom
.