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