The solution here did not work for me. Following these directions I get
> library(arrow)
Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0/arrow/libs/arrow.so':
libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
In addition: Warning message:
package ‘arrow’ was built under R version 4.0.4
I am wanting to read in feather files using
arrow::read_feather()
which requires lz4 support.
Any ideas on how to fix this and install arrow with lz4 support in RStudio Cloud?
@Paul_Jackson I linked this post in my original post with details on how it did not work for me and the corresponding error I received. I have been able to solve this issue (see above comment).