diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index c82edba..0000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 0.6.0 -Date: 2025-01-16 12:56:41 UTC -SHA: 3a34278d0307c8f84dcccded083e8f46866e6c6b diff --git a/README.Rmd b/README.Rmd index 33aa8c4..72f9981 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,7 +18,7 @@ knitr::opts_chunk$set( [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![R-CMD-check](https://github.com/unhcr-dataviz/unhcrdown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/unhcr-dataviz/unhcrdown/actions/workflows/R-CMD-check.yaml) - +[![CRAN status](https://www.r-pkg.org/badges/version/unhcrdown)](https://CRAN.R-project.org/package=unhcrdown) Streamline your document creation process with the `{unhcrdown}` R package. It provides a comprehensive set of templates designed to align your reports and presentations with **UNHCR's brand guidelines**. This package offers ready-to-use R Markdown templates for various document types, ensuring consistent UNHCR visual identity across your communications. @@ -32,9 +32,15 @@ Streamline your document creation process with the `{unhcrdown}` R package. It p ## Installation -Get started by installing the development version from GitHub with: +Get started by installing the `{unhcrdown}` package from CRAN with: -```{r, eval = FALSE} +```{r install, eval=FALSE} +install.packages("unhcrdown") +``` + +Or retrieve the development version from Github using the `{pak}` package: + +```{r pak, eval=FALSE} # If pak is not yet installed, uncomment the following line: # install.packages("pak") diff --git a/README.md b/README.md index a71e100..88e2cc4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![R-CMD-check](https://github.com/unhcr-dataviz/unhcrdown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/unhcr-dataviz/unhcrdown/actions/workflows/R-CMD-check.yaml) - +[![CRAN +status](https://www.r-pkg.org/badges/version/unhcrdown)](https://CRAN.R-project.org/package=unhcrdown) Streamline your document creation process with the `{unhcrdown}` R @@ -28,7 +29,14 @@ communications. ## Installation -Get started by installing the development version from GitHub with: +Get started by installing the `{unhcrdown}` package from CRAN with: + +``` r +install.packages("unhcrdown") +``` + +Or retrieve the development version from Github using the `{pak}` +package: ``` r # If pak is not yet installed, uncomment the following line: