Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

install_github("riv","tomasgreif") Error in parse_repo_spec(repo) : Invalid git repo specification: 'riv'

Tags:

r

While trying to:

install_github("riv","tomasgreif")

I am getting the following error:

Error in parse_repo_spec(repo) : Invalid git repo specification: 'riv'

like image 631
Yogesh Govindan Avatar asked Oct 26 '25 09:10

Yogesh Govindan


1 Answers

Use of install_github("riv","tomasgreif")seems to be deprecated. Try using following format

install_github('repo owner/repo name')

in your case

install_github('tomasgreif/riv')
like image 140
R. Mogire Avatar answered Oct 28 '25 00:10

R. Mogire



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!