diff --git a/NEWS.md b/NEWS.md
index 6671499..9397e60 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,6 @@
+# rdeps 0.2.9000 (development version)
+
+
# rdeps 0.2
* Fix error when no package is listed in `DESCRIPTION`
diff --git a/README.Rmd b/README.Rmd
index 731cd7e..13b0bf4 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -18,7 +18,7 @@ rdeps package (if not already installed) ----
diff --git a/README.md b/README.md
index b66199f..bd3c87f 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,9 @@
# rdeps
-
+[![CRAN
+status](https://www.r-pkg.org/badges/version/rdeps)](https://CRAN.R-project.org/package=rdeps)
[![R CMD
Check](https://github.com/frbcesab/rdeps/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/frbcesab/rdeps/actions/workflows/R-CMD-check.yaml)
[![Website](https://github.com/frbcesab/rdeps/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/frbcesab/rdeps/actions/workflows/pkgdown.yaml)
@@ -50,7 +51,15 @@ Different types of dependencies are handled:
## Installation
-You can install the development version from
+You can install the stable version from
+[CRAN](https://cran.r-project.org/) with:
+
+``` r
+## Install stable version of < rdeps > from CRAN ----
+install.packages("rdeps")
+```
+
+Or you can install the development version from
[GitHub](https://github.com/) with:
``` r