Change message language to R script

This commit is contained in:
2022-05-11 22:33:01 +02:00
parent f254ea77a7
commit 58199262c6
2 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
library(glue)
Sys.setenv(LANG = "en")
args = commandArgs(trailingOnly=TRUE)
if (length(args)!=3) {
stop("Only two arguments must be supplied (score & input_file & visualize).n", call.=FALSE)

View File

@@ -1,9 +1,9 @@
****************************************************************************************************
Error computing benchmark
****************************************************************************************************
Error in file(file, "rt") : no se puede abrir la conexión
Error in file(file, "rt") : cannot open the connection
Calls: read.csv -> read.table -> file
Además: Warning message:
In addition: Warning message:
In file(file, "rt") :
no fue posible abrir el archivo 'exreport/exreport_unknown.csv': No such file or directory
Ejecución interrumpida
cannot open file 'exreport/exreport_unknown.csv': No such file or directory
Execution halted