Skip to content

Commit 501f363

Browse files
committed
add cran badges
1 parent 489222b commit 501f363

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@
66

77
<!-- badges: start -->
88

9-
[![Project Status: WIP – Initial development is in progress, but there
10-
has not yet been a stable, usable release suitable for the
11-
public.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
9+
[![Project Status:
10+
Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
1211
<a href="https://lifecycle.r-lib.org/articles/stages.html#stable"
1312
target="_blank"><img
1413
src="https://img.shields.io/badge/lifecycle-stable-brightgreen.svg"
1514
alt="Lifecycle: stable" /></a>
1615
<a href="https://CRAN.R-project.org/package=rJavaEnv"
1716
target="_blank"><img
1817
src="https://www.r-pkg.org/badges/version/rJavaEnv.png"
19-
alt="CRAN status" /></a>
18+
alt="CRAN status" /></a> [![CRAN/METACRAN
19+
Version](https://www.r-pkg.org/badges/version/rJavaEnv.png)](https://CRAN.R-project.org/package=rJavaEnv)
20+
[![CRAN/METACRAN Total
21+
downloads](https://cranlogs.r-pkg.org/badges/grand-total/rJavaEnv?color=blue.png)](https://CRAN.R-project.org/package=rJavaEnv)
2022
[![R-CMD-check](https://github.com/e-kotov/rJavaEnv/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/e-kotov/rJavaEnv/actions/workflows/R-CMD-check.yaml)
21-
[![pkgcheck](https://github.com/e-kotov/rJavaEnv/workflows/pkgcheck/badge.svg)](https://github.com/e-kotov/rJavaEnv/actions?query=workflow%3Apkgcheck)
23+
<!-- [![pkgcheck](https://github.com/e-kotov/rJavaEnv/workflows/pkgcheck/badge.svg)](https://github.com/e-kotov/rJavaEnv/actions?query=workflow%3Apkgcheck) -->
2224
[![codecov](https://codecov.io/github/e-kotov/rJavaEnv/graph/badge.svg?token=2UKGZVNO5V)](https://app.codecov.io/github/e-kotov/rJavaEnv)
2325

2426
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11403009.svg)](https://dx.doi.org/10.5281/zenodo.11403009)
@@ -48,6 +50,12 @@ for details.**
4850

4951
## Install
5052

53+
Install from CRAN:
54+
55+
``` r
56+
install.packages('rJavaEnv')
57+
```
58+
5159
Install latest release from **R-multiverse**:
5260

5361
``` r
@@ -56,7 +64,7 @@ install.packages('rJavaEnv',
5664
)
5765
```
5866

59-
You can install the development version of `rJavaEnv` from GitHub:
67+
You can also install the development version of `rJavaEnv` from GitHub:
6068

6169
``` r
6270
if (!requireNamespace("remotes", quietly = TRUE)) {

README.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ is_html <- knitr::is_html_output()
2121

2222
<!-- badges: start -->
2323

24-
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
24+
[![Project Status: Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
2525
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable){target="_blank"} [![CRAN status](https://www.r-pkg.org/badges/version/rJavaEnv)](https://CRAN.R-project.org/package=rJavaEnv){target="_blank"}
26+
[![CRAN/METACRAN Version](https://www.r-pkg.org/badges/version/rJavaEnv)](https://CRAN.R-project.org/package=rJavaEnv)
27+
[![CRAN/METACRAN Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/rJavaEnv?color=blue)](https://CRAN.R-project.org/package=rJavaEnv)
2628
[![R-CMD-check](https://github.com/e-kotov/rJavaEnv/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/e-kotov/rJavaEnv/actions/workflows/R-CMD-check.yaml)
27-
[![pkgcheck](https://github.com/e-kotov/rJavaEnv/workflows/pkgcheck/badge.svg)](https://github.com/e-kotov/rJavaEnv/actions?query=workflow%3Apkgcheck)
29+
<!-- [![pkgcheck](https://github.com/e-kotov/rJavaEnv/workflows/pkgcheck/badge.svg)](https://github.com/e-kotov/rJavaEnv/actions?query=workflow%3Apkgcheck) -->
2830
[![codecov](https://codecov.io/github/e-kotov/rJavaEnv/graph/badge.svg?token=2UKGZVNO5V)](https://app.codecov.io/github/e-kotov/rJavaEnv)
2931

3032
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11403009.svg)](https://dx.doi.org/10.5281/zenodo.11403009)

0 commit comments

Comments
 (0)