stefpeschel / NetCoMi

Network construction, analysis, and comparison for microbial compositional data
GNU General Public License v3.0
146 stars 26 forks source link

Problem of installing netcomi package #56

Closed rusher321 closed 2 years ago

rusher321 commented 2 years ago

When I installed the package and followed the guideline, I occured an error like below

Error: Failed to install 'unknown package' from GitHub:
  Failed to install 'unknown package' from GitHub:
  HTTP error 403.
  API rate limit exceeded for  XXX.XXX.XXX. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

  Rate limit remaining: 0/60
  Rate limit reset at: 2022-07-11 10:22:13 UTC

Is it a common problem? I tried to add the github token, but not solve it ~

rusher321 commented 2 years ago

I have installed the package as your commend the manual option. I guess can add it in the readme file.

stefpeschel commented 2 years ago

Hey, This doesn't seem to be a NetCoMi issue but a general problem with GitHub or devtools::install_github so that you're not able to install packages from GitHub.

Maybe you'll find some help here

Best, Stefanie

rusher321 commented 2 years ago

Hey Stefanie,

Thanks for your response. Yes, it indeed occurred by the limit of Github. I also found some guys have pushed the same issue. I think it would be better if give some clues about it on the homepage. Also, thanks for your package, I'm now using it to do the network analysis~

Best Huahui