From aee0e157e48f740fb38cb941ea8a684d76c7cd01 Mon Sep 17 00:00:00 2001 From: Nicolas Casajus Date: Mon, 5 Feb 2024 10:34:20 +0100 Subject: [PATCH] doc: version for release 0.2 (cran) --- NEWS.md | 3 +++ README.Rmd | 13 +++++++++++-- README.md | 13 +++++++++++-- 3 files changed, 25 insertions(+), 4 deletions(-) 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