Skip to content

Commit d2782a0

Browse files
authored
Update README.md
1 parent ccf57ce commit d2782a0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![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)
77
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
88
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
9+
[![outstandR status badge](https://statisticshealtheconomics.r-universe.dev/outstandR/badges/version)](https://statisticshealtheconomics.r-universe.dev/outstandR)
910
<!-- badges: end -->
1011

1112
> Model-based Standardisation with G-computation
@@ -38,12 +39,14 @@ and
3839
> Remiro-Azócar, A., Heath, A., & Baio, G. (2023) _Model-based standardization using multiple imputation. BMC Medical Research Methodology_, 1–15. https://doi.org/10.1186/s12874-024-02157-x
3940
4041
## Installation
41-
Install the [development version from GitHub](https://github.com/StatisticsHealthEconomics/) using `remotes`:
42+
Install the [development version from GitHub](https://github.com/StatisticsHealthEconomics/) using R-universe:
4243

4344
```r
44-
remotes::install_github("StatisticsHealthEconomics/outstandR")
45+
install.packages("outstandR", repos = c("https://statisticshealtheconomics.r-universe.dev", "https://cloud.r-project.org"))
4546
```
4647

48+
Alternatively, you may wish to download directly from the repo with `remotes::install_github("StatisticsHealthEconomics/outstandR")`.
49+
4750
## License
4851
This package is licensed under the GPLv3. For more information, see [LICENSE](https://www.gnu.org/licenses/gpl-3.0).
4952

0 commit comments

Comments
 (0)