ropensci / rdefra

rdefra: Interact with the UK AIR Pollution Database from DEFRA
https://docs.ropensci.org/rdefra
16 stars 6 forks source link

Install instructions for dev version #4

Closed grahamrp closed 7 years ago

grahamrp commented 7 years ago

The install instructions for the development version don't work for me:

devtools::install_github('cvitolo/rdefra')

Downloading GitHub repo cvitolo/rdefra@master from URL https://api.github.com/repos/cvitolo/rdefra/zipball/master Error in stop(github_error(request)) : Not Found (404)

Should README.md refer to ropenscilabs repository instead? This does work for me:

devtools::install_github('ropenscilabs/rdefra')

cvitolo commented 7 years ago

You are right, I forgot to update the repo location after migrating the package to ropenscilabs. Fixed now, thanks a lot!