简体   繁体   English

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

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

I have an R binary package in github. The following code does not work.我在 github 中有一个 R 二进制 package。以下代码不起作用。 Could any one can help me to install this.谁能帮我安装这个。

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

Greate tahnks.伟大的坦克斯。

for me the package doesn't exist.对我来说 package 不存在。 I checked the Repos list also for yikeshu0611 at https://github.com/yikeshu0611?after=Y3Vyc29yOnYyOpK0MjAyMC0wMy0wMlQxMzoxNzo0OVrODpDEKg%3D%3D&tab=repositories我还在https://github.com/yikeshu0611?after=Y3Vyc29yOnYyOpK0MjAyMC0wMy0wMlQxMzoxNzo0OVrODpDEKg%3D%3D&tab=repositories检查了 yikeshu0611 的 Repos 列表

But there is not "nhanesR" there.但是那里没有“nhanesR”。 Please check.请检查。

> 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