IntegralEnvision / integral

Package for Integral functions
https://integralenvision.github.io/integral/
Other
0 stars 0 forks source link

openxlsx::openXL() does not work on linux box #21

Closed jzadra closed 2 years ago

jzadra commented 2 years ago
> openxlsx::openXL(wb)
Only Libreoffice/OpenOffice found; I'll use it.
/usr/lib/libreoffice/program/javaldx: error while loading shared libraries: libreglo.so: cannot open shared object file: No such file or directory
Warning: failed to read path from javaldx
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: libreglo.so: cannot open shared object file: No such file or directory

https://github.com/rstudio/rstudio/issues/8539

ebenp commented 2 years ago

I think this has to do with system2 not being on the same bash path. Maybe

ebenp commented 2 years ago

Closed with c9fe9e1b6f087e53e7fb2db5aacfd0c33dac1d08