@@ -133,7 +133,7 @@ An initial NEWS file can be created with `usethis::use_news_md()`.
133
133
134
134
``` r
135
135
usethis :: use_news_md()
136
- # # v Writing 'NEWS.md'.
136
+ # # v Writing 'NEWS.md'
137
137
```
138
138
139
139
Let's take a look at the contents:
@@ -176,7 +176,7 @@ We start by creating the new R file called `cup.R` and adding code (well only a
176
176
177
177
``` r
178
178
usethis :: use_r(" cup" )
179
- # # [ ] Edit 'R/cup.R'.
179
+ # # * Edit 'R/cup.R'
180
180
```
181
181
182
182
``` r
@@ -215,12 +215,12 @@ The code in `cup.R` warrants a test (at least it would if it were actual code!):
215
215
216
216
``` r
217
217
usethis :: use_test(" cup" )
218
- # # v Adding testthat to ' Suggests' field in DESCRIPTION.
219
- # # v Adding "3" to ' Config/testthat/edition'.
220
- # # v Creating 'tests/testthat/'.
221
- # # v Writing 'tests/testthat.R'.
222
- # # v Writing 'tests/testthat/test-cup.R'.
223
- # # [ ] Edit 'tests/testthat/test-cup.R'.
218
+ # # v Adding ' testthat' to Suggests field in DESCRIPTION
219
+ # # v Adding '3' to Config/testthat/edition
220
+ # # v Creating 'tests/testthat/'
221
+ # # v Writing 'tests/testthat.R'
222
+ # # v Writing 'tests/testthat/test-cup.R'
223
+ # # * Edit 'tests/testthat/test-cup.R'
224
224
```
225
225
226
226
``` r
@@ -434,8 +434,8 @@ This time we write the tests first, test-driven development.
434
434
435
435
``` r
436
436
usethis :: use_test(" bowl" )
437
- # # v Writing 'tests/testthat/test-bowl.R'.
438
- # # [ ] Edit 'tests/testthat/test-bowl.R'.
437
+ # # v Writing 'tests/testthat/test-bowl.R'
438
+ # # * Edit 'tests/testthat/test-bowl.R'
439
439
```
440
440
441
441
@@ -448,7 +448,7 @@ gert::git_commit("Add bowl tests.")
448
448
449
449
``` r
450
450
usethis :: use_r(" bowl" )
451
- # # [ ] Edit 'R/bowl.R'.
451
+ # # * Edit 'R/bowl.R'
452
452
```
453
453
454
454
``` r
0 commit comments