dcossyleon / firstclasspackage

this content has been moved to the rstudio4edu book
https://rstudio4edu.github.io/firstclasspackage/
0 stars 0 forks source link

package-level documentation #11

Open dcossyleon opened 5 years ago

dcossyleon commented 5 years ago

In the R Packages book, what is the purpose of suggesting that the following be added to the package-level .R script for its documentation?

#' @docType package
#' @name foo

Also, it's confusing that the usethis::use_package_doc() does not produce the same output that matches what we see in the example of R Packages, documenting packages.