Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default NAMESPACE #927

Closed
hadley opened this issue Oct 23, 2019 · 0 comments · Fixed by #1055
Closed

Change default NAMESPACE #927

hadley opened this issue Oct 23, 2019 · 0 comments · Fixed by #1055
Labels
description 📚 feature a feature request or enhancement

Comments

@hadley
Copy link
Member

hadley commented Oct 23, 2019

To not export anything — makes it a little more consistent with documenting after the first time you've added an @export

@hadley hadley added description 📚 feature a feature request or enhancement labels Mar 14, 2020
hadley added a commit that referenced this issue 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
hadley added a commit that referenced this issue Mar 18, 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
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
description 📚 feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant