While trying to:
install_github("riv","tomasgreif")
I am getting the following error:
Error in parse_repo_spec(repo) : Invalid git repo specification: 'riv'
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')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With