Skip to content

Commit

Permalink
add CRAN info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszChrostowski committed Apr 9, 2024
1 parent 68c782e commit a5b20d2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,20 @@ Details on use of the package be found:

## Installation

You can install the recent version of `nonprobsvy` package from
You can install the recent version of `nonprobsvy` package from main branch
[Github](https://github.com/ncn-foreigners/nonprobsvy) with:

```{r, eval=FALSE}
remotes::install_github("ncn-foreigners/nonprobsvy")
```

or install the stable version from [CRAN](https://CRAN.R-project.org/package=nonprobsvy)

```{r, eval=FALSE}
install.packages("nonprobsvy")
```


or development version from the `dev` branch

```{r, eval=FALSE}
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,20 @@ Details on use of the package be found:

## Installation

You can install the recent version of `nonprobsvy` package from
[Github](https://github.com/ncn-foreigners/nonprobsvy) with:
You can install the recent version of `nonprobsvy` package from main
branch [Github](https://github.com/ncn-foreigners/nonprobsvy) with:

``` r
remotes::install_github("ncn-foreigners/nonprobsvy")
```

or install the stable version from
[CRAN](https://CRAN.R-project.org/package=nonprobsvy)

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

or development version from the `dev` branch

``` r
Expand Down

0 comments on commit a5b20d2

Please sign in to comment.