Skip to content

Commit

Permalink
add install from CRAN in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakillo committed Oct 24, 2023
1 parent 5307bdc commit bc10283
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
7 changes: 7 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ For a detailed description of {easyclimate}, please read [this paper](https://do

## Installation

Stable version from CRAN:

``` r
install.packages("easyclimate")
```

Development version from GitHub:
``` r
# install.packages("remotes")
remotes::install_github("VeruGHub/easyclimate")
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ package [website](https://verughub.github.io/easyclimate/).

## Installation

Stable version from CRAN:

``` r
install.packages("easyclimate")
```

Development version from GitHub:

``` r
# install.packages("remotes")
remotes::install_github("VeruGHub/easyclimate")
Expand Down
14 changes: 9 additions & 5 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
climatic-indices: climatic-indices.html
points-df-mat-sf: points-df-mat-sf.html
polygons-raster: polygons-raster.html
last_built: 2023-10-24T17:13Z
last_built: 2023-10-24T17:30Z

0 comments on commit bc10283

Please sign in to comment.