add_package_doc: Create a package-level documentation file
Description
This function adds a package-level documentation file (pkg-package.R) in
the R/ folder. This file will make help available to the user via ?pkg
(where pkg is the name of the package). It a good place to put general
directives like @import and @importFrom.