Skip to content

Commit bbe9f20

Browse files
Merge branch 'main' into main
2 parents 260c1ff + 9806cc3 commit bbe9f20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

inst/hooks/exported/spell-check.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (nrow(spelling_errors) > 0) {
4444
original = unique(c(ignore, spelling_errors$word))
4545
)
4646
ignore_df$lower <- tolower(ignore_df$original)
47-
ignore_df <- ignore_df[order(ignore_df$lower), ]
47+
ignore_df <- ignore_df[order(ignore_df$lower, method = "radix"), ]
4848
ignore <- ignore_df$original[ignore_df$lower != ""] # drop blanks if any
4949
writeLines(ignore, path_wordlist)
5050
cat(

renv.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
},
286286
"knitr": {
287287
"Package": "knitr",
288-
"Version": "1.43",
288+
"Version": "1.44",
289289
"Source": "Repository",
290290
"Repository": "RSPM",
291291
"Requirements": [
@@ -297,7 +297,7 @@
297297
"xfun",
298298
"yaml"
299299
],
300-
"Hash": "9775eb076713f627c07ce41d8199d8f6"
300+
"Hash": "60885b9f746c9dfaef110d070b5f7dc0"
301301
},
302302
"lazyeval": {
303303
"Package": "lazyeval",

0 commit comments

Comments
 (0)