-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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:
root@dbf97d90098c:/tmp/grpc# R -e 'demo("helloserver", "grpc")'
R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> demo("helloserver", "grpc")
Error in find.package(package, lib.loc, verbose = verbose) :
there is no package called 'grpc'
Calls: demo -> find.package
Execution halted
Metadata
Metadata
Assignees
Labels
No labels