Closed rywhale closed 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")
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")
The README gives conflicting advice regarding remotes/devtools for installation: