gpt4 book ai didi

r - 排除导入中的函数 - 命名空间

转载 作者:行者123 更新时间:2023-12-04 16:55:57 24 4
gpt4 key购买 nike

我的问题是在我的导入中有两个包具有名为 alpha 的函数但在我的代码中,我只使用包 ggplot2 中的那个(另一个包是 psychometric )。检查后我收到了这个警告:

Warning: replacing previous import by 'psychometric::alpha' when loading 'mypackage'



说明文件:
Imports: deltaPlotR, difNLR, difR, foreign, ggplot2, gridExtra, ltm, moments, nnet, psychometric, reshape2, shiny, shinyAce

命名空间文件:
import(shiny,
shinyAce,
moments,
foreign,
nnet,
ggplot2,
reshape2,
ltm,
psychometric,
difR,
deltaPlotR,
gridExtra,
difNLR)

虽然我使用了两个包中的很多功能( ggplot2psychometric )
我尝试使用 import(psychometric, exclude = alpha)但我有一个错误:

ERROR
Namespace dependency not required: 'alpha'

最佳答案

我们可以显式调用该函数,而不是更改命名空间和导入:

ggplot2::alpha()

关于r - 排除导入中的函数 - 命名空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38047083/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com