JUPYTER 和 R 的 CONDA

JUPYTER AND CONDA FOR R

我想在 windows 的 Jupyter 中使用 R 7. 我已经安装了 anaconda 并尝试按照 this link. But I am getting "SSL verification error, package not found error" as shown in the screenshot. 中给出的说明安装 "R Essentials"。我在 windows 8,10 和 Mac 中一直在 Jupyter 中使用 R。我不确定为什么它在 windows 7.

中失败

我将 conda 设置为不验证以下 this 答案,如下所示,一切正常。

       conda config --set ssl_verify false
       conda update requests
       conda install -c r r-essentials