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)