Skip to content

Commit 848e020

Browse files
committed
update README with CRAN release
1 parent 8495d3a commit 848e020

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
<!-- badges: start -->
66

77
[![R-CMD-check](https://github.com/StatisticsHealthEconomics/outstandR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/StatisticsHealthEconomics/outstandR/actions/workflows/R-CMD-check.yaml)
8-
[![Lifecycle:
9-
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
108
[![License: GPL
119
v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
1210
[![outstandR status
1311
badge](https://statisticshealtheconomics.r-universe.dev/outstandR/badges/version)](https://statisticshealtheconomics.r-universe.dev/outstandR)
14-
12+
[![CRAN status](https://www.r-pkg.org/badges/version/outstandR)](https://CRAN.R-project.org/package=outstandR)
1513
<!-- badges: end -->
1614

1715
> Indirect treatment comparison with limited subject-level data
@@ -37,15 +35,26 @@ model-based standardization with two additional steps:
3735

3836
## Installation
3937

40-
Install the [development version from
38+
Install the released version from CRAN:
39+
40+
```r
41+
install.packages("outstandR")
42+
```
43+
44+
Or install the [development version from
4145
GitHub](https://github.com/StatisticsHealthEconomics/) using R-universe:
4246

4347
``` r
44-
install.packages("outstandR", repos = c("https://statisticshealtheconomics.r-universe.dev", "https://cloud.r-project.org"))
48+
install.packages("outstandR",
49+
repos = c("https://statisticshealtheconomics.r-universe.dev",
50+
"https://cloud.r-project.org"))
4551
```
4652

4753
Alternatively, you may wish to download directly from the repo with
48-
`remotes::install_github("StatisticsHealthEconomics/outstandR")`.
54+
55+
```r
56+
remotes::install_github("StatisticsHealthEconomics/outstandR")
57+
```
4958

5059
## Background
5160

0 commit comments

Comments
 (0)