Thanks a lot @pieterjanvc
RDS worked good as file passed from 108 Mb to 12. In fact, when running locally it loads by far faster the with .csv
I tryed path with "data..." , "/data..." and "../data..".
Only works with the last one. When starting locally goes well, after deployApp statement, does not work.
This is the log of the last run:
2019-07-28T21:08:14.429823+00:00 shinyapps[1047167]: by .GlobalEnv when processing object ‘dataset_challenge’
2019-07-28T21:08:14.430326+00:00 shinyapps[1047167]: Attempting to load the environment ‘package:stats’
2019-07-28T21:08:14.612666+00:00 shinyapps[1047167]: Server version: 1.7.6-6
2019-07-28T21:08:14.612682+00:00 shinyapps[1047167]: LANG: es_ES.UTF-8
2019-07-28T21:08:14.612683+00:00 shinyapps[1047167]: R version: 3.6.1
2019-07-28T21:08:14.612736+00:00 shinyapps[1047167]: jsonlite version: 1.6
2019-07-28T21:08:14.612748+00:00 shinyapps[1047167]: RJSONIO version: (none)
2019-07-28T21:08:14.612752+00:00 shinyapps[1047167]: htmltools version: 0.3.6
2019-07-28T21:08:14.612688+00:00 shinyapps[1047167]: shiny version: 1.3.2
2019-07-28T21:08:14.612709+00:00 shinyapps[1047167]: httpuv version: 1.5.1
2019-07-28T21:08:14.612714+00:00 shinyapps[1047167]: rmarkdown version: (none)
2019-07-28T21:08:14.612720+00:00 shinyapps[1047167]: knitr version: (none)
2019-07-28T21:08:14.612930+00:00 shinyapps[1047167]: Using pandoc at /opt/connect/ext/pandoc2
2019-07-28T21:08:14.764997+00:00 shinyapps[1047167]: Using jsonlite for JSON processing
2019-07-28T21:08:14.772659+00:00 shinyapps[1047167]:
2019-07-28T21:08:14.772661+00:00 shinyapps[1047167]: Starting R with process ID: '25'
2019-07-28T21:08:14.806445+00:00 shinyapps[1047167]:
2019-07-28T21:08:14.806447+00:00 shinyapps[1047167]: Listening on http://127.0.0.1:34195
Thanks,
José