Skip to content

Commit

Permalink
Use r universe installation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvolker committed Nov 15, 2023
1 parent ace4961 commit 93a9f65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[![R-CMD-check](https://github.com/thomvolker/densityratio/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/thomvolker/densityratio/actions/workflows/R-CMD-check.yaml)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN
status](https://www.r-pkg.org/badges/version/densityratio.png)](https://CRAN.R-project.org/package=densityratio)
[![densityratio status
badge](https://thomvolker.r-universe.dev/badges/densityratio.png)](https://thomvolker.r-universe.dev/densityratio)
[![DOI](https://zenodo.org/badge/613441108.svg)](https://zenodo.org/badge/latestdoi/613441108)

<!-- badges: end -->
Expand Down Expand Up @@ -51,11 +51,10 @@ data-fig-align="center" />
## Installation

You can install the development version of `densityratio` from
[GitHub](https://github.com/) with:
[R-universe](https://r-universe.dev/search/) with:

``` r
# install.packages("devtools")
devtools::install_github("thomvolker/densityratio")
install.packages('densityratio', repos = 'https://thomvolker.r-universe.dev')
```

## Usage
Expand All @@ -70,6 +69,7 @@ five variables.

``` r
library(densityratio)
#> Warning: package 'densityratio' was built under R version 4.3.2

head(numerator_data)
#> # A tibble: 6 × 5
Expand Down
7 changes: 3 additions & 4 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ hexSticker::sticker(
<!-- badges: start -->
[![R-CMD-check](https://github.com/thomvolker/densityratio/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/thomvolker/densityratio/actions/workflows/R-CMD-check.yaml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/densityratio)](https://CRAN.R-project.org/package=densityratio)
[![densityratio status badge](https://thomvolker.r-universe.dev/badges/densityratio)](https://thomvolker.r-universe.dev/densityratio)
[![DOI](https://zenodo.org/badge/613441108.svg)](https://zenodo.org/badge/latestdoi/613441108)

<!-- badges: end -->
Expand Down Expand Up @@ -146,11 +146,10 @@ ggplot() +

## Installation

You can install the development version of `densityratio` from [GitHub](https://github.com/) with:
You can install the development version of `densityratio` from [R-universe](https://r-universe.dev/search/) with:

``` r
# install.packages("devtools")
devtools::install_github("thomvolker/densityratio")
install.packages('densityratio', repos = 'https://thomvolker.r-universe.dev')
```

## Usage
Expand Down

0 comments on commit 93a9f65

Please sign in to comment.