diff --git a/README.Rmd b/README.Rmd index 5c6c714..cc4e382 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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} diff --git a/README.md b/README.md index ed8b2d6..d442f2d 100644 --- a/README.md +++ b/README.md @@ -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