我是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软件包。但这不能解决问题