joey711 / biom

Development version of the biom package for R
24 stars 11 forks source link

Invalid git repo specification: 'biom' #32

Open lunching opened 5 years ago

lunching commented 5 years ago

Hi I tried to install "biom" packages, but I found this error:

library("devtools") install_github("biom", "joey711") Error in parse_repo_spec(repo) : Invalid git repo specification: 'biom'

najouamghazli commented 5 years ago

Hi,

I've got the same error, but found the solution at a previous issue #30

Best

spinagexingwen commented 5 years ago

Hi I tried it in R 3.6.1, and also failed.

library("devtools") install_github("biom", "joey711") Error in parse_repo_spec(repo) : Invalid git repo specification: 'biom'

how to resolve this question ?

Best!

spinagexingwen commented 5 years ago

Hi I have succeed installed the biom! You can try the code:

install.packages('githubinstall') library(githubinstall) githubinstall("biom")

So happy!

Best!

bioinfogini commented 2 years ago

Didn't worked for me in April 22, it says Error in curl::curl_download(input, tmpFile, mode = "wb", quiet = !showProgress) : OpenSSL SSL_connect: Connection reset by peer in connection to raw.githubusercontent.com:443