2

可重现的例子。

从 bash 尝试:

$ R
> library(rPython)
> python.exec("help('modules')")

我得到负载,例如

blaze               itertools           scipy               
blz                 itsdangerous        see 

现在在 RStudio 中尝试相同的操作:

> library(rPython)
> python.exec("help('modules')")

碰撞!

在此处输入图像描述

更新

我已经在 RStudio 0.99.451(旧开发版本)和 0.99.467(当前最新 - https://www.rstudio.com/products/rstudio/download/)上尝试过这个。

4

0 回答 0