Currently, if you create a package and then immediately check it, it does not automatically run document(). But once you've run document() once, check() will automatically run it for you. This seems mildly confusing and worth reconsidering.
* 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
Currently, if you create a package and then immediately check it, it does not automatically run
document()
. But once you've rundocument()
once,check()
will automatically run it for you. This seems mildly confusing and worth reconsidering.Probably related to #927
The text was updated successfully, but these errors were encountered: