File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 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
119v3] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
1210[ ![ outstandR status
1311badge] ( 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
4145GitHub] ( 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
4753Alternatively, 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
You can’t perform that action at this time.
0 commit comments