6
6
7
7
<!-- badges: start -->
8
8
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 )
12
11
<a href="https://lifecycle.r-lib.org/articles/stages.html#stable "
13
12
target="_ blank"><img
14
13
src="https://img.shields.io/badge/lifecycle-stable-brightgreen.svg "
15
14
alt="Lifecycle: stable" /></a >
16
15
<a href="https://CRAN.R-project.org/package=rJavaEnv "
17
16
target="_ blank"><img
18
17
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 )
20
22
[ ![ 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
+ <!-- [](https://github.com/e-kotov/rJavaEnv/actions?query=workflow%3Apkgcheck) -->
22
24
[ ![ codecov] ( https://codecov.io/github/e-kotov/rJavaEnv/graph/badge.svg?token=2UKGZVNO5V )] ( https://app.codecov.io/github/e-kotov/rJavaEnv )
23
25
24
26
[ ![ 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.**
48
50
49
51
## Install
50
52
53
+ Install from CRAN:
54
+
55
+ ``` r
56
+ install.packages(' rJavaEnv' )
57
+ ```
58
+
51
59
Install latest release from ** R-multiverse** :
52
60
53
61
``` r
@@ -56,7 +64,7 @@ install.packages('rJavaEnv',
56
64
)
57
65
```
58
66
59
- You can install the development version of ` rJavaEnv ` from GitHub:
67
+ You can also install the development version of ` rJavaEnv ` from GitHub:
60
68
61
69
``` r
62
70
if (! requireNamespace(" remotes" , quietly = TRUE )) {
0 commit comments