meztez / bigrquerystorage

R Client for BigQuery Storage API
Apache License 2.0
19 stars 3 forks source link

Fix macOS build #22

Closed gaborcsardi closed 11 months ago

gaborcsardi commented 11 months ago

Automatic dependency installation does not work yet, so you need

brew install grpc pkg-config

before installation.

pkgload::load_all() also works, but it is not possible to reload the shared lib, so you need to restart R before rerunning load_all(), otherwise R will freeze.