Skip to content

Commit

Permalink
add comment explaining suppressWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Nov 6, 2023
1 parent 2c019dc commit f90f426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -14473,7 +14473,7 @@ options(datatable.rbindlist.check=NULL) # this option is set to NULL at the top
if (.Platform$OS.type == 'windows') local({
lc_collate <- Sys.getlocale(c('LC_COLLATE'))
lc_ctype <- Sys.getlocale(c('LC_CTYPE'))
suppressWarnings(Sys.setlocale('LC_COLLATE', "Chinese (Simplified)_China.936"))
suppressWarnings(Sys.setlocale('LC_COLLATE', "Chinese (Simplified)_China.936")) ## fix CRAN warning #5696
suppressWarnings(Sys.setlocale('LC_CTYPE', "Chinese (Simplified)_China.936"))
on.exit({
Sys.setlocale('LC_COLLATE', lc_collate)
Expand Down

0 comments on commit f90f426

Please sign in to comment.