Skip to content

Commit ea80485

Browse files
committed
Work on NEWS
1 parent a132195 commit ea80485

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

NEWS.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
if you want to export functions, #927). It also turns markdown processing
1919
on by default (#911).
2020

21-
* `use_rstudio()` now sets the `LineEndingConversion` to your `Posix` so that
21+
* `use_rstudio()` now sets the `LineEndingConversion` to `Posix` so that
2222
packages created using usethis always use LF line endings, regardless of
2323
who contributes to them (#1002).
2424

2525
* In the `usethis.description` option, you can now set `Authors@R = person()`
2626
directly, without having to wrap in additional layer of quotes. If setting
27-
this in your `.Rprofile`, you'll need to use `utils::person` since the utils
27+
this in your `.Rprofile`, you'll need to use `utils::person()` since the utils
2828
package isn't loaded until after your profile is executed.
2929

3030
## PR helpers
3131

3232
* A new article [Pull request helpers](https://usethis.r-lib.org/articles/articles/pr-functions.html)
33-
demonstrates how to use the `pr_*()` functions (@mine-cetinkaya-rundel, #802).
33+
demonstrates how to use the `pr_*()` functions (@mine-cetinkaya-rundel, #802).
3434

3535
* `pr_finish()` checks that you don't have any local changes (#805), and can
3636
optionally finish any PR, not just the current (#1040).
3737

3838
* `pr_pause()` and `pr_fetch()` now automatically pull to get latest changes
3939
(#959, #960) and refresh RStudio's git pane (#706).
4040

41-
* `pr_push()` now works with for a repository with no open pull requests
41+
* `pr_push()` now works for a repository with no open pull requests
4242
(@maurolepore, #990).
4343

4444
* `pr_pull()` gives more information about which files have merge conflicts
@@ -92,7 +92,7 @@
9292
* `create_package()` will now create a package in a symlink to a directory
9393
(#794).
9494

95-
* `create_package()` and `use_description()` gain `check_name` argument to
95+
* `create_package()` and `use_description()` gain a `check_name` argument to
9696
control whether to check for package names invalid for CRAN (@noamross, #883).
9797

9898
* `edit_file()` and `use_test()` gain an `open` parameter that allows you to
@@ -104,14 +104,14 @@
104104
* `git_sitrep()` now reports project-specific user name and email, if set
105105
(#837), and email(s) associated with your GitHub account (@dragosmg, #724).
106106

107-
* `ui_yeah()` and `ui_nope()` can now override the default "yes" and "no"
108-
strings and to opt-out of shuffling (@rundel, #796).
107+
* `ui_yeah()` and `ui_nope()` allow you to override the default "yes" and
108+
"no" strings and to opt-out of shuffling (@rundel, #796).
109109

110110
* `use_circleci()` uses correct delimiters in template (@jdblischak, #835).
111111

112112
* `use_circleci_badge()` is now exported (@pat-s, #920).
113113

114-
* `use_code_of_conduct()` now generates absolute link to code of conduct on
114+
* `use_code_of_conduct()` now generates an absolute link to code of conduct on
115115
pkgdown website or original source to avoid R CMD check issues (#772).
116116

117117
* `use_course()` and `use_zip()` are now equipped with some retry capability,
@@ -120,7 +120,7 @@
120120

121121
* `use_data()` automatically bumps R dependency to 2.10 (#962).
122122

123-
* `use_data_raw()` template quotes of dataset name correctly
123+
* `use_data_raw()` template quotes the dataset name correctly
124124
(#736, @mitchelloharawild).
125125

126126
* `use_description_defaults()` now shows the default fields combined with
@@ -129,12 +129,12 @@
129129
* `use_dev_package()` now supports packages installed from any remote type,
130130
not just GitHub (@antoine-sachet, #1071).
131131

132-
* `use_git()` will now create initial commit if needed (#852)
132+
* `use_git()` will now create initial commit if needed (#852).
133133

134134
* `use_github_release()` no longer fails if you have no news bullets (#1048).
135135

136136
* `use_github_release()` now tags the latest local commit instead of the latest
137-
remote commit on the default branch (@davidchall, #1029)
137+
remote commit on the default branch (@davidchall, #1029).
138138

139139
* `use_gpl3_license()` now completes the license by providing additional
140140
information in a file named LICENSE, just like `use_mit_license()` and
@@ -156,10 +156,10 @@
156156
* `use_tidy_issue_template()` uses current github format (@Maschette, #756).
157157

158158
* `use_travis()`, `use_travis_badge()`, and `browse_travis()`, now default
159-
to `ext = "com"` since travis-ci.com is now recommended over travis-ci.org
159+
to `ext = "com"` since travis-ci.com is now recommended it over travis-ci.org
160160
(@riccardoporreca, #1038).
161161

162-
* `use_release_issue()` reminds you to use it to re-generate `README.md`,
162+
* `use_release_issue()` reminds you to re-generate `README.md`,
163163
if needed (#767).
164164

165165
* `use_r()` and `use_test()` throw a clear error if multiple names are provided
@@ -174,7 +174,11 @@
174174

175175
## Dependency changes
176176

177-
gh minimum version is stated to be v.1.1.0, due to changed behaviour around requests that return nothing.
177+
New Imports: cli, rematch2, rlang.
178+
179+
gh minimum version is bumped to v.1.1.0, due to changed behaviour around requests that return nothing.
180+
181+
clisymbols is removed from Imports.
178182

179183
# usethis 1.5.1
180184

0 commit comments

Comments
 (0)