gpt4 book ai didi

r - 使用库 'stringi' 时没有名为 'car' 的包

转载 作者:行者123 更新时间:2023-12-04 17:05:56 24 4
gpt4 key购买 nike

目的

我试图使用 vif()来自 car 的函数R 包。

初始错误消息

当我第一次执行 vif(X) ,弹出错误信息如下:

Error in vif(mod1) : could not find function "vif"

我试过 library(car)并得到以下错误:
Error: package or namespace load failed for ‘car’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘stringi’

引用

我阅读并尝试了以下引用资料,直到我解决了问题:
  • https://github.com/gagolews/stringi/issues/178
  • 最佳答案

    解决方案

    第 1 步:删除“stringi”

    $ wget https://github.com/Rexamine/stringi/archive/master.zip
    $ unzip master.zip
    $ R CMD INSTALL stringi-master --preclean

    第 2 步:从二进制文件(非源代码)重新安装“stringi”
    R$ install.packages('stringi')

    你会被问到:
    There is a binary version available but the source version is later:
    binary source needs_compilation
    stringi 1.4.5 1.4.6 TRUE

    Do you want to install from sources the package which needs compilation? (Yes/no/cancel)

    Please answer no to install from binary.



    解决了

    现在尝试:
    R$ library(car)
    R$ ?vif

    一切正常。

    关于r - 使用库 'stringi' 时没有名为 'car' 的包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60271716/

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