While trying to:
install_github("riv","tomasgreif")
I am getting the following error:
Error in parse_repo_spec(repo) : Invalid git repo specification: 'riv'
While trying to:
install_github("riv","tomasgreif")
I am getting the following error:
Error in parse_repo_spec(repo) : Invalid git repo specification: 'riv'
Package riv
was renamed to woe
. The author states:
THIS PACKAGE IN NOT MAINTAINED ANYMORE. I KEEP IT HERE ONLY BECAUSE SOME PEOPLE FIND IT INTERESTING
Installing from GitHub like so: devtools::install_github("tomasgreif/riv")
installs woe
. That said, there is an R package called riv
on CRAN.