Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrownf authored May 19, 2023
1 parent 27df523 commit 756dbf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ The *ag5Tools* package does not distribute data, it only provides access to Clim
For specific details about the license agreement on downloading and using the data please check the license at: <https://cds.climate.copernicus.eu/api/v2/terms/static/licence-to-use-copernicus-products.pdf>

### Installation

The stable version of *ag5Tools* can be installed from **CRAN** using
```r
install.packages("ag5Tools")
```
The development version could be installed using
``` r
devtools::install_github("agrdatasci/ag5Tools", build_vignettes = TRUE)
```
Expand Down

0 comments on commit 756dbf5

Please sign in to comment.