I'm having trouble running my application in RStudio but it runs fine in shinyapps.io. Local testing run with steps below.
- Arrow package is installed (tried with both cran and non-cran methods)
- Run application
- Then, get this response in console:
In order to read this file, you will need to reinstall arrow with additional features enabled.
Set one of these environment variables before installing:
* Sys.setenv(LIBARROW_MINIMAL = "false") (for all optional features, including 'zstd')
* Sys.setenv(ARROW_WITH_ZSTD = "ON") (for just 'zstd')
- Tried both options as described and verified the configs
- Reinstalled
- Run app and get the same response in console.
I'm working on Mac (M1) RStudio (BigSur+)
Is there something else to consider trying?