Skip to content

Commit b6613e5

Browse files
committed
add missing newlines
1 parent 84aad33 commit b6613e5

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
^CRAN-SUBMISSION$
2323
^compile_commands\.json$
2424
.clang-format
25-
^.cache$
25+
^.cache$

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ SortIncludes: Never
1010
AllowShortFunctionsOnASingleLine: Empty
1111
BinPackArguments: false
1212
BinPackParameters: false
13-
AllowAllParametersOfDeclarationOnNextLine: false
13+
AllowAllParametersOfDeclarationOnNextLine: false

NEWS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
* Fixed bug in `step_clean_levels()` where it would produce NAs for character columns. (#274)
1010

11-
* `step_ngram()` has been rewritten in C and should now provide faster results. (281)
12-
1311
# textrecipes 1.0.6
1412

1513
* textfeatures has been removed from Suggests. (#255)

0 commit comments

Comments
 (0)