繁体   English   中英

如何从 github 安装二进制 package 到 R

[英]how to install binary package from github in R

我在 github 中有一个 R 二进制 package。以下代码不起作用。 谁能帮我安装这个。

devtools::install_github('yikeshu0611/set',type = 'binary')

伟大的坦克斯。

对我来说 package 不存在。 我还在https://github.com/yikeshu0611?after=Y3Vyc29yOnYyOpK0MjAyMC0wMy0wMlQxMzoxNzo0OVrODpDEKg%3D%3D&tab=repositories检查了 yikeshu0611 的 Repos 列表

但是那里没有“nhanesR”。 请检查。

> devtools::install_github('yikeshu0611/nhanesR',type = 'binary')
Error: Failed to install 'unknown package' from GitHub:
  HTTP error 404.
  Not Found

  Did you spell the repo owner (`yikeshu0611`) and repo name (`nhanesR`) correctly?
  - If spelling is correct, check that you have the required permissions to access the repo.

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM