Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eliocamp committed Jan 5, 2020
1 parent 39d23a7 commit 7acc7fe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 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
7 changes: 1 addition & 6 deletions 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 All @@ -62,11 +62,6 @@ the wind with streamlines.

``` r
library(metR)
#> Registered S3 methods overwritten by 'ggplot2':
#> method from
#> [.quosures rlang
#> c.quosures rlang
#> print.quosures rlang
library(data.table)
library(ggplot2)
data(geopotential)
Expand Down
Binary file modified man/figures/field-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/timeseries-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7acc7fe

Please sign in to comment.