* New explicit roxygen argument to create_package(), use_description(), and use_namespace()
* Defaults have been tweaked so that devtools::check() will run document() the first time you call it, and functions will only be exported after you've explicitly exported them
Fixes#927. Fixes#963
* New explicit roxygen argument to `create_package()`, `use_description()`, and `use_namespace()`
* Defaults have been tweaked so that `devtools::check()` will run `document()` the first time you call it, and functions will only be exported after you've explicitly exported them
Fixes#927. Fixes#963
To not export anything — makes it a little more consistent with documenting after the first time you've added an
@export
The text was updated successfully, but these errors were encountered: