Hello!
I'm using the arrow package to read parquet files into my shiny app, which works well locally. However, when trying to deploy the app on shinyapps.io, I get the following installation error:
While the message sounds straightforward enough, I haven't been able to pass those environment variables to the shinyapps.io server (I've tried uploading .bashrc and .Renviron files with appropriate environment variables set, but neither worked).
I'd greatly appreciate any suggestions or explanations for how to proceed.