Hello everyone,
Sorry for spending your time, I would like to ask something about the package of vroom in R. Turns out I'm using vroom to open multiple files. The strange thing is that when I run the script from R terminal everything works fine, but when I run the process from a crontab there is a moment, during that opening of many files, that gives me the following error:
Error in gzfile(file, "rb") : cannot open the connection
Calls: vroom ... .rlang_cli_format_fallback -> .rlang_cli_compat ->
execution halted
sh: error while loading shared libraries: libc.so.6: cannot open shared object file: Error 24
Do you know about this? Have you ever had a problem like this with vroom?
Thank you very much!
Kind regards,
Lorena