无法安装软件包“ userfriendlyscience”

时间:2018-06-26 01:09:41

标签: r installation package

我需要下载一个“ userfriendlyscience”软件包,因为它似乎是唯一可以执行Games-Howell post-hoc测试的软件包。但是,当我尝试安装它时,我无法安装。我尝试了2种方法,

  1. 首先,只需安装它并得到消息:

      

    install.packages中的警告:   安装软件包“ userfriendlyscience”的退出状态为非零

  2. 我在网上看到,首先安装devtools(然后这样做)然后运行devtools::install_github("matherion/userfriendlyscience", dependencies=FALSE)可能会有所帮助。但这给了我消息:

      

    错误:依赖项“ data.tree”,“ DiagrammeR”不可用于“用户友好型”软件包

         
        
    • 删除“ /Library/Frameworks/R.framework/Versions/3.3/Resources/library/userfriendlyscience”   安装失败:命令失败(1)
    •   

谢谢您的帮助:)

1 个答案:

答案 0 :(得分:1)

您是否尝试过安装依赖项

devtools::install_github("matherion/userfriendlyscience", dependencies=TRUE)