-
Notifications
You must be signed in to change notification settings - Fork 25
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
Cannot get the demo working #37
Comments
It looks like you didn't build and install the package?
|
Thank you you very much for replying. You were absolutely right. Please forgive my newness to R. I got further last night by installing the devtools package and then running
Any idea what that's about? Thanks again for your time and help. |
The error message you posted is at this line: Line 76 in 8306bf8
I suspect you are using a more recent version of GRPC from google, and maybe something in the header slightly changed. If you make the line match the version you installed, it ought to build, or it may reveal some other related issues. Please dosubmit a PR if you get it working. |
I've set up a Docker container running Ubuntu 21. I've followed the instructions under installation to make sure the necessary package dependencies are installed and that grpc is available. I then clone the repository, CD into the base directory and run
R -e 'demo("helloserver", "grpc")'
. I see:The text was updated successfully, but these errors were encountered: