I am trying to deploy an application shiny that works well locally using shinyapps.io. I have got the following error:
Error detecting locale: Error in read.table(file = file, header = header, sep = sep, quote = quote, : incomplete final line found by readTableHeader on 'raw' (Using default: en_US)
My sessionInfo() is as follow:
R version 3.4.0 (2017-04-21) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C
LC_TIME=English_United States.1252
Locally I used Rstudio which is set in English, it is installed on Windows which is set in French, I don't know if this is relevant but it seems to be an encoding issue.
Any idea?
Thanks,
T.