Mac中的R Jupyter笔记本不会显示一些错误

时间:2016-08-02 19:46:24

标签: r macos jupyter jupyter-notebook jupyter-irkernel

我在Mac(OSX El Capitan)上安装了R,Anaconda和Jupyter。其他一切运作良好,我注意到Jupyter笔记本没有显示一些错误信息,至少有一些来自ggplot2和Dplyr的错误。

例如,以下R代码不正确:

library("ggplot2")
ggplot(c(1,2,3),c(4,5,6))

在终端上我收到以下错误:

Error: Mapping should be created with `aes() or `aes_()`.

但Jupyter上的R没有显示任何错误。

0 个答案:

没有答案
相关问题