【问题标题】:There is no package called ‘farver’没有名为“farver”的包
【发布时间】:2021-02-01 05:29:07
【问题描述】:

我不断收到此错误消息,我不知道如何解决。我已经下载了最新版本的 R&RStudio。

loadNamespace(name) 中的错误:没有名为“farver”的包

【问题讨论】:

标签: r


【解决方案1】:

你可以试试:

install.packages('farver')

你也可以试试:

install.packages("farver", dependencies=T)

【讨论】:

    猜你喜欢
    • 2021-01-12
    • 2017-07-02
    • 2021-04-29
    • 2013-07-03
    • 2016-12-11
    • 2013-11-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多