mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 07:55:54 +00:00
Set english as default language for R
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
library(glue)
|
||||
Sys.setenv(LANG = "en")
|
||||
resoutput <- capture.output(Sys.setlocale("LC_MESSAGES", 'en_GB.UTF-8'))
|
||||
args = commandArgs(trailingOnly=TRUE)
|
||||
if (length(args)!=3) {
|
||||
stop("Only two arguments must be supplied (score & input_file & visualize).n", call.=FALSE)
|
||||
|
Reference in New Issue
Block a user