【发布时间】:2021-09-18 10:14:50
【问题描述】:
我正在尝试在 R 中安装 RPostgres 库,但我在 Google Cloud Platform 上使用 JupyterLab。我在 github.com/r-dbi/RPostgres 上找到了一些建议,但没有一个包含使用 Google Cloud Notebooks 时的信息。
即使在将包放入 JupyterLab 上的正确文件夹后尝试从源代码安装包后,我仍然收到 RPostgres 具有“非零退出状态”的错误:
install.packages("MyPath/RPostgres_1.3.3.tar.gz", repos=NULL, type='source')
我收到相同的错误消息 RPostgres 有“非零退出状态”。谢谢。
【问题讨论】:
标签: r google-cloud-platform installation rpostgres