|  | 
| 1 | 1 | # usethis 1.0.0.9000 | 
| 2 | 2 | 
 | 
| 3 |  | -* New `use_pkgdown()` creates the basics needed for a  | 
| 4 |  | -  [pkgdown](https://github.com/hadley/pkgdown) website (#88). | 
|  | 3 | +## New helpers | 
| 5 | 4 | 
 | 
| 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). | 
| 8 | 8 | 
 | 
| 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). | 
| 11 | 11 | 
 | 
| 12 |  | -* New `use_lifecycle_badge()` (#48). | 
|  | 12 | +* `use_cc0_license()` applies a CC0 license, particularly appropriate for data  | 
|  | 13 | +  packages (#94) | 
| 13 | 14 | 
 | 
| 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). | 
| 16 | 17 | 
 | 
| 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). | 
| 18 | 20 | 
 | 
| 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). | 
| 20 | 23 | 
 | 
| 21 | 24 | * `use_tidy_versions()` sets minimum version requirement for all dependencies. | 
| 22 | 25 | 
 | 
| 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 | 
| 26 | 27 | 
 | 
| 27 | 28 | * `use_dev_version()` now correctly updates the `Version` field in a package  | 
| 28 | 29 |   description file. (@tjmahr, #104) | 
| 29 | 30 | 
 | 
|  | 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 | + | 
| 30 | 35 | # usethis 1.0.0 | 
| 31 | 36 | 
 | 
| 32 | 37 | 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: | 
| 134 | 139 | * `use_vignette()` now adds `*.html` and `*.R` to your `.gitgnore` so you | 
| 135 | 140 |   don't accidentally add in compiled vignette products (#35). | 
| 136 | 141 | 
 | 
|  | 142 | + | 
0 commit comments