我应该如何处理“'someFunction' 不是从 'namespace:somePackage' 导出的对象”错误? [关闭]
Posted
技术标签:
【中文标题】我应该如何处理“\'someFunction\' 不是从 \'namespace:somePackage\' 导出的对象”错误? [关闭]【英文标题】:How should I deal with "'someFunction' is not an exported object from 'namespace:somePackage'" error? [closed]我应该如何处理“'someFunction' 不是从 'namespace:somePackage' 导出的对象”错误? [关闭] 【发布时间】:2020-06-15 19:31:31 【问题描述】:我有这个错误:
'someFunction' 不是从 'namespace:somePackage' 导出的对象
有人知道怎么解决吗?
【问题讨论】:
【参考方案1】:一些原因:
函数不再是包的一部分,请尝试??someFunction
找出它属于哪个包。
包数据不是包的一部分
该功能在较新版本的软件包中可用,请重新安装最新版本。
另请参阅有关此问题的具体实例的这些问题:
Error: 'use_package' is not an exported object from 'namespace:devtools' 'data' is not an exported object from 'namespace:my_package' Error: 'st_normalize' is not an exported object from 'namespace:sf' when using 'geom_sf()' R Error: 'overlay' is not an exported object from 'namespace:sp' 'stopwords' is not an exported object from 'namespace:tokenizers' Error: 'is_latex_output' is not an exported object from 'namespace:knitr' in Rmarkdown R package Error: 'encode_colour' is not an exported object from 'namespace:farver' R Markdown Error: 'is_latex_output' is not an exported object from 'namespace:knitr' Error: 'StatIdentity' is not an exported object from 'namespace:ggplot2' when calling ggmap in R Data not exported from namespace in R【讨论】:
类似:oob_squish
在 scales 版本 1.1.0 中找不到,但在 1.1.1 中找到。这是否需要在安装新的软件包版本时重新启动服务器?
是的。需要重新启动闪亮的服务器才能识别新的软件包版本(和相关功能)。以上是关于我应该如何处理“'someFunction' 不是从 'namespace:somePackage' 导出的对象”错误? [关闭]的主要内容,如果未能解决你的问题,请参考以下文章