Skip to content

Commit

Permalink
Resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
eliocamp committed Feb 11, 2020
2 parents dbcadaa + 7acc7fe commit ea9d755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Or the developement version with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("eliocamp/metR")
devtools::install_github("eliocamp/metR@dev")
```

If you need to read netcdf files, you might need to install the netcdf and udunits2 libraries. On Ubuntu and it's derivatives this can be done by typing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Or the developement version with:

``` r
# install.packages("devtools")
devtools::install_github("eliocamp/metR")
devtools::install_github("eliocamp/metR@dev")
```

If you need to read netcdf files, you might need to install the netcdf
Expand Down

0 comments on commit ea9d755

Please sign in to comment.