gpt4 book ai didi

具有私有(private) github 依赖项的 R 包

转载 作者:行者123 更新时间:2023-12-04 16:06:37 25 4
gpt4 key购买 nike

我正在开发一个内部 R 包,它将从 github 存储和安装,但它依赖于另一个 R 包,该包也在私有(private)仓库中。

我知道如何使用 devtools Remotes: 指定远程依赖项标签( vignette ),我知道如何使用 install_github(source, PAT) 安装私有(private)存储库.但我该怎么做呢?这个想法是让服务器只安装包,并在 github 上安装所有依赖项。

最佳答案

只需将@jeroen 的回复以答案格式:

Store the PAT in an environment variable Sys.setenv(GITHUB_PAT = PAT) then devtools/remotes will automatically use it everywhere.



当私有(private)存储库都使用相同的 PAT 时,此方法有效。我想知道我们如何为具有不同 PAT 的 Remote 执行此操作...

关于具有私有(private) github 依赖项的 R 包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39618746/

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