gpt4 book ai didi

r - 在 R 中安装秤

转载 作者:行者123 更新时间:2023-12-01 13:50:40 24 4
gpt4 key购买 nike

我尝试通过以下方式在 R 中安装比例尺:

devtools::install_github("scale",username="hadley/scale")

但是

Downloading github repo hadley/scale/scale@master
Error in download(dest, src, auth) : client error: (404) Not Found
In addition: Warning message:
Username parameter is deprecated. Please use hadley/scale/scale

最佳答案

  1. install_github 函数的一般语法是:

    install_github(repo)

    其中 repo 的格式为 username/repository

  2. 应检查用户名存储库 的语法,以避免出现消息

    Error in download(dest, src, auth) : client error: (404) Not Found

  3. 比较 GitHub 和 CRAN 上可用的版本也是一种很好的做法。在可用的相同版本的情况下,最简单的是:

    install.packages(pkg, dependencies = TRUE)

    其中 dependencies 参数确保安装 pkg 依赖/链接到/imports/suggests 的所有包。

关于r - 在 R 中安装秤,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31960102/

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