vincentarelbundock / countrycode

R package: Convert country names and country codes. Assigns region descriptors.
https://vincentarelbundock.github.io/countrycode
GNU General Public License v3.0
342 stars 83 forks source link

Use roxygen2 to generate package documentation #278

Closed salim-b closed 3 years ago

salim-b commented 3 years ago

This ensures RStudio uses roxygen2 to generate the package documentation.

vincentarelbundock commented 3 years ago

cool, thanks. I don't RStudio or .Rproj files, but typically call devtools::document(). Do you know if this will make a difference?

salim-b commented 3 years ago

Do you know if this will make a difference?

The added setting in .Rproj just ensures devtools::document() will be called for package documentation when using RStudio buttons and shortcuts.

vincentarelbundock commented 3 years ago

great!