omarwagih / rmotifx

Discovery of biological sequence motifs in R
27 stars 12 forks source link

Installation problem #4

Open beherasan opened 5 years ago

beherasan commented 5 years ago

I am using R version 3.5.1, while trying to install rmotifx from github using R, encountered the following error.

install_github('rmotifx','omarwagih') Error in parse_repo_spec(repo) : Invalid git repo specification: 'rmotifx'

Please provide solution for it.

Thanks, Santosh

omarwagih commented 5 years ago

Try install_github('omarwagih/rmotifx’)

Omar

On Dec 19, 2018, at 11:33 PM, Santosh Behera notifications@github.com wrote:

I am using R version 3.5.1, while trying to install rmotifx from github using R, encountered the following error.

install_github('rmotifx','omarwagih') Error in parse_repo_spec(repo) : Invalid git repo specification: 'rmotifx'

Please provide solution for it.

Thanks, Santosh

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/omarwagih/rmotifx/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/ABo2B3ahFBswLd0GPazI0dBE9pmCbkJlks5u6xMvgaJpZM4ZbfHF.

beherasan commented 5 years ago

Thanks Omar,

It is working