Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix macOS build #22

Merged
merged 8 commits into from
Dec 1, 2023
Merged

Fix macOS build #22

merged 8 commits into from
Dec 1, 2023

Conversation

gaborcsardi
Copy link
Collaborator

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.

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.

Autobrew is coming next.
Because it is very slow to compile arrow from source.
Will be re-added later.

[ci skip]
@gaborcsardi gaborcsardi mentioned this pull request Dec 1, 2023
@gaborcsardi gaborcsardi marked this pull request as ready for review December 1, 2023 15:13
@meztez meztez merged commit 8992925 into meztez:master Dec 1, 2023
0 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants