Skip to content

Commit

Permalink
Fix argument name in NEWS
Browse files Browse the repository at this point in the history
Co-Authored-By: Jennifer (Jenny) Bryan <jenny.f.bryan@gmail.com>
  • Loading branch information
noamross and jennybc committed Sep 11, 2019
1 parent fc6ba6c commit 5dae6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,6 +1,6 @@
# usethis (development version)

* `use_description()` and `create_package()` gain the argument `stop_for_name` to control whether to allow names invalid for CRAN (#883 @noamross)
* `use_description()` and `create_package()` gain the argument `check_name` to control whether to check for package names invalid for CRAN (#883 @noamross)

* New `use_lifecycle()` helper to import the lifecycle badges for functions and arguments in your package. See https://lifecycle.r-lib.org/.

Expand Down

0 comments on commit 5dae6a1

Please sign in to comment.