Skip to content

Commit 6a0ef5e

Browse files
Dev bagdes (#155)
* Updated badges * Automatic readme update * Updated to stable * Automatic readme update * Fixed badges * Automatic readme update --------- Co-authored-by: GitHub Action <action@github.com>
1 parent 1fd8c58 commit 6a0ef5e

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

ColOpenData.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 2cb77c27-6862-4f5c-92e8-b64ab0ca507b
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default

README.Rmd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ knitr::opts_chunk$set(
2525

2626
<!-- badges: start -->
2727

28-
[![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)
28+
[![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)
29+
[![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)
30+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
31+
[![CRAN status](https://www.r-pkg.org/badges/version/ColOpenData)](https://CRAN.R-project.org/package=ColOpenData)
32+
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/ColOpenData)](https://cran.r-project.org/package=ColOpenData)
2933

3034
<!-- badges: end -->
3135

@@ -78,7 +82,8 @@ Similar R packages are offered for international communities, allowing the user
7882

7983
### Lifecycle
8084

81-
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.
85+
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.
86+
8287

8388
### Contributions
8489

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.or
1414
[![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)
1515
[![Codecov test
1616
coverage](https://codecov.io/gh/epiverse-trace/ColOpenData/branch/main/graph/badge.svg)](https://app.codecov.io/gh/epiverse-trace/ColOpenData?branch=main)
17-
[![lifecycle-experimental](https://raw.githubusercontent.com/reconverse/reconverse.github.io/master/images/badge-experimental.svg)](https://www.reconverse.org/lifecycle.html#experimental)
17+
[![Lifecycle:
18+
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
19+
[![CRAN
20+
status](https://www.r-pkg.org/badges/version/ColOpenData)](https://CRAN.R-project.org/package=ColOpenData)
21+
[![CRAN
22+
downloads](https://cranlogs.r-pkg.org/badges/ColOpenData)](https://cran.r-project.org/package=ColOpenData)
1823

1924
<!-- badges: end -->
2025

@@ -37,12 +42,8 @@ You can install the CRAN version of ColOpenData with:
3742

3843
``` r
3944
install.packages("ColOpenData")
40-
#> Installing package into 'C:/Users/ASUS/AppData/Local/Temp/RtmpsZxXrB/temp_libpath22f054e24b80'
45+
#> Installing package into '/home/runner/work/_temp/Library'
4146
#> (as 'lib' is unspecified)
42-
#> package 'ColOpenData' successfully unpacked and MD5 sums checked
43-
#>
44-
#> The downloaded binary packages are in
45-
#> C:\Users\ASUS\AppData\Local\Temp\RtmpQNeHEm\downloaded_packages
4647
```
4748

4849
You can also install the development version of ColOpenData from
@@ -104,10 +105,10 @@ the user to download census, geospatial and climate data.
104105

105106
### Lifecycle
106107

107-
This package is currently *experimental*, as defined by the [RECON
108-
software lifecycle](https://www.reconverse.org/lifecycle.html).
109-
Therefore, this is a functional draft and can be tested outside of the
110-
development team. However, it still may change over time.
108+
This package is currently *stable*, as defined by the [RECON software
109+
lifecycle](https://www.reconverse.org/lifecycle.html). Therefore, this
110+
is a functional package and it is documented and tested. However, it
111+
still may change over time.
111112

112113
### Contributions
113114

0 commit comments

Comments
 (0)