apache / arrow-cookbook

Apache Arrow Cookbook
https://arrow.apache.org/
Apache License 2.0
96 stars 46 forks source link

[R] Revert installing more dependencies for using nightly packages #286

Closed kou closed 1 year ago

kou commented 1 year ago

https://github.com/apache/arrow-cookbook/pull/284 installs more packages such as libssh-dev to use nightly R packages.

It's caused by https://github.com/apache/arrow/pull/14235 but it's not expected.

I've fixed it by https://github.com/apache/arrow/commit/43b95e6e01d2bb411a1cc04b6f3f6c07c615b34f . So we can revert the workaround.