diff --git a/ColOpenData.Rproj b/ColOpenData.Rproj index 21a4da0..d5a04c0 100644 --- a/ColOpenData.Rproj +++ b/ColOpenData.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: 2cb77c27-6862-4f5c-92e8-b64ab0ca507b RestoreWorkspace: Default SaveWorkspace: Default diff --git a/README.Rmd b/README.Rmd index 68d0beb..3b1484b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -25,7 +25,11 @@ knitr::opts_chunk$set( -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit) [![R-CMD-check](https://github.com/epiverse-trace/ColOpenData/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/epiverse-trace/ColOpenData/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/epiverse-trace/ColOpenData/branch/main/graph/badge.svg)](https://app.codecov.io/gh/epiverse-trace/ColOpenData?branch=main) [![lifecycle-experimental](https://raw.githubusercontent.com/reconverse/reconverse.github.io/master/images/badge-experimental.svg)](https://www.reconverse.org/lifecycle.html#experimental) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit) [![R-CMD-check](https://github.com/epiverse-trace/ColOpenData/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/epiverse-trace/ColOpenData/actions/workflows/R-CMD-check.yaml) +[![Codecov test coverage](https://codecov.io/gh/epiverse-trace/ColOpenData/branch/main/graph/badge.svg)](https://app.codecov.io/gh/epiverse-trace/ColOpenData?branch=main) +[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) +[![CRAN status](https://www.r-pkg.org/badges/version/ColOpenData)](https://CRAN.R-project.org/package=ColOpenData) +[![CRAN downloads](https://cranlogs.r-pkg.org/badges/ColOpenData)](https://cran.r-project.org/package=ColOpenData) @@ -78,7 +82,8 @@ Similar R packages are offered for international communities, allowing the user ### Lifecycle -This package is currently *experimental*, as defined by the [RECON software lifecycle](https://www.reconverse.org/lifecycle.html). Therefore, this is a functional draft and can be tested outside of the development team. However, it still may change over time. +This package is currently *stable*, as defined by the [RECON software lifecycle](https://www.reconverse.org/lifecycle.html). Therefore, this is a functional package and it is documented and tested. However, it still may change over time. + ### Contributions diff --git a/README.md b/README.md index 30eb1e3..10b107c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,12 @@ MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.or [![R-CMD-check](https://github.com/epiverse-trace/ColOpenData/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/epiverse-trace/ColOpenData/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/epiverse-trace/ColOpenData/branch/main/graph/badge.svg)](https://app.codecov.io/gh/epiverse-trace/ColOpenData?branch=main) -[![lifecycle-experimental](https://raw.githubusercontent.com/reconverse/reconverse.github.io/master/images/badge-experimental.svg)](https://www.reconverse.org/lifecycle.html#experimental) +[![Lifecycle: +stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) +[![CRAN +status](https://www.r-pkg.org/badges/version/ColOpenData)](https://CRAN.R-project.org/package=ColOpenData) +[![CRAN +downloads](https://cranlogs.r-pkg.org/badges/ColOpenData)](https://cran.r-project.org/package=ColOpenData) @@ -37,12 +42,8 @@ You can install the CRAN version of ColOpenData with: ``` r install.packages("ColOpenData") -#> Installing package into 'C:/Users/ASUS/AppData/Local/Temp/RtmpsZxXrB/temp_libpath22f054e24b80' +#> Installing package into '/home/runner/work/_temp/Library' #> (as 'lib' is unspecified) -#> package 'ColOpenData' successfully unpacked and MD5 sums checked -#> -#> The downloaded binary packages are in -#> C:\Users\ASUS\AppData\Local\Temp\RtmpQNeHEm\downloaded_packages ``` You can also install the development version of ColOpenData from @@ -104,10 +105,10 @@ the user to download census, geospatial and climate data. ### Lifecycle -This package is currently *experimental*, as defined by the [RECON -software lifecycle](https://www.reconverse.org/lifecycle.html). -Therefore, this is a functional draft and can be tested outside of the -development team. However, it still may change over time. +This package is currently *stable*, as defined by the [RECON software +lifecycle](https://www.reconverse.org/lifecycle.html). Therefore, this +is a functional package and it is documented and tested. However, it +still may change over time. ### Contributions