三角包在jupyter笔记本上不起作用

时间:2020-03-23 23:15:12

标签: r jupyter-notebook anaconda

我是Jupyter Notebook的新手。我正在尝试在jupyter笔记本上运行R代码,以便与团队共享。当我使用三角形包运行代码时。我收到此错误:

Error in loadNamespace(name): there is no package called 'triangle'
Traceback:

1. triangle::rltriangle
2. getExportedValue(pkg, name)
3. asNamespace(ns)
4. getNamespace(ns)
5. loadNamespace(name)
6. withRestarts(stop(cond), retry_loadNamespace = function() NULL)
7. withOneRestart(expr, restarts[[1L]])
8. doWithOneRestart(return(expr), restart)

我已经使用Anaconda添加了r-triangle软件包。但这不能解决问题

0 个答案:

没有答案