Skip to content

Conversation

@hadley
Copy link
Member

@hadley hadley commented Mar 15, 2020

  • 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
@hadley hadley requested review from jennybc and jimhester March 15, 2020 18:42
@hadley hadley merged commit c8d7038 into master Mar 18, 2020
@hadley hadley deleted the package-init branch March 18, 2020 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Should check() run document on first call? Change default NAMESPACE

4 participants