Conte-Ecology / conteStreamTemperature

Package for cleaning and analyzing stream daily stream temperature
MIT License
1 stars 1 forks source link

install error #38

Closed youngday2 closed 2 years ago

youngday2 commented 2 years ago

I got the following error when installing

install_github("conteStreamTemperature", username = "Conte-Ecology") Error in parse_repo_spec(repo) : Invalid git repo specification: 'conteStreamTemperature' Warning message: 1 components of ... were not used. We detected these problematic arguments:

  • username

Solution for me was this

install_github("Conte-Ecology/conteStreamTemperature")

djhocking commented 2 years ago

Thanks. devtools/remotes changed their syntax. I've fixed the readme per your solution.