ropensci / tidyhydat

An R package to import Water Survey of Canada hydrometric data and make it tidy
https://docs.ropensci.org/tidyhydat
Apache License 2.0
71 stars 20 forks source link

Development Version Installation Instructions #122

Closed rywhale closed 5 years ago

rywhale commented 5 years ago

The README gives conflicting advice regarding remotes/devtools for installation:

To install the development version of the tidyhydat package, you need to install the remotes package then the tidyhydat package

if(!requireNamespace("devtools")) install.packages("devtools") devtools::install_github("ropensci/tidyhydat")