ardata-fr / doconv

Other
13 stars 1 forks source link

LibreOffice installed, but check_libreoffice_export() reports FALSE #1

Open njbart opened 1 year ago

njbart commented 1 year ago

My LibreOffice installation works as expected throughout, both when using the GUI as well as in “headless” mode.

check_libreoffice_export(), however, reports FALSE, both in the R command line interface and in RStudio.

Are there any additional diagnostics available from check_libreoffice_export(), or any other suggestions what to try next?

> library(doconv)
> check_libreoffice_export()
[1] FALSE
> 

macOS 11.6.8 LibreOffice 7.4.0.3, installed via homebrew R version 4.2.1 RStudio 2022.07.1 Build 554

davidgohel commented 1 year ago

Weird

what does locatexec::exec_available("libreoffice") returns?

njbart commented 1 year ago

> locatexec::exec_available("libreoffice")
[1] TRUE
> 
njbart commented 1 year ago

BTW, doconv is version 0.1.4