Skip to content

Commit c1a5d17

Browse files
committed
Tidy up news
1 parent 8bc7798 commit c1a5d17

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

NEWS.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,37 @@
11
# usethis 1.0.0.9000
22

3-
* New `use_pkgdown()` creates the basics needed for a
4-
[pkgdown](https://github.com/hadley/pkgdown) website (#88).
3+
## New helpers
54

6-
* New `create_from_github()` creates a project from an existing GitHub
7-
repository, forking if needed (#109).
5+
* `browse_github()`, `browse_github_issues()`, `browse_github_pulls()`,
6+
`browse_cran()` and `browse_travis()` open useful websites related to
7+
the current project or a named package. (#96, #103).
88

9-
* `use_r()` will now open the matching `R/` file if you have a test file
10-
open (#105).
9+
* `create_from_github()` creates a project from an existing GitHub
10+
repository, forking if needed (#109).
1111

12-
* New `use_lifecycle_badge()` (#48).
12+
* `use_cc0_license()` applies a CC0 license, particularly appropriate for data
13+
packages (#94)
1314

14-
* New `use_cc0_license()`, which is particularly appropriate for data packages
15-
(#94)
15+
* `use_lifecycle_badge()` creates a badge describing current stage in
16+
project lifecycle (#48).
1617

17-
* Various tweaks to `use_tidy_eval()` (#106)
18+
* `use_pkgdown()` creates the basics needed for a
19+
[pkgdown](https://github.com/hadley/pkgdown) website (#88).
1820

19-
* `use_revdep()` now also git-ignores the SQLite database (#107).
21+
* `use_r("foo")` creates and edit `R/foo.R` file. If you have a test file open,
22+
`use_r()` will open the corresponding `.R` file (#105).
2023

2124
* `use_tidy_versions()` sets minimum version requirement for all dependencies.
2225

23-
* New family of `browse_` functions that open useful websites (#96, #103).
24-
25-
* `use_r()` creates and opens an `.R` file
26+
## Bug fixes and improvements
2627

2728
* `use_dev_version()` now correctly updates the `Version` field in a package
2829
description file. (@tjmahr, #104)
2930

31+
* `use_revdep()` now also git-ignores the SQLite database (#107).
32+
33+
* `use_tidy_eval()` has been tweaked to reflect current guidance (#106)
34+
3035
# usethis 1.0.0
3136

3237
This is a new package that extracts out many functions that previously lived in devtools, as well as providing more building blocks so you can create your own helpers. As well as the many new helpers listed below, there are three main improvements to the package:
@@ -134,3 +139,4 @@ A new class of functions make it easy to edit common config files:
134139
* `use_vignette()` now adds `*.html` and `*.R` to your `.gitgnore` so you
135140
don't accidentally add in compiled vignette products (#35).
136141

142+

0 commit comments

Comments
 (0)