File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 22
22
^CRAN-SUBMISSION$
23
23
^compile_commands\.json$
24
24
.clang-format
25
- ^.cache$
25
+ ^.cache$
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ SortIncludes: Never
10
10
AllowShortFunctionsOnASingleLine : Empty
11
11
BinPackArguments : false
12
12
BinPackParameters : false
13
- AllowAllParametersOfDeclarationOnNextLine : false
13
+ AllowAllParametersOfDeclarationOnNextLine : false
Original file line number Diff line number Diff line change 8
8
9
9
* Fixed bug in ` step_clean_levels() ` where it would produce NAs for character columns. (#274 )
10
10
11
- * ` step_ngram() ` has been rewritten in C and should now provide faster results. (281)
12
-
13
11
# textrecipes 1.0.6
14
12
15
13
* textfeatures has been removed from Suggests. (#255 )
You can’t perform that action at this time.
0 commit comments