Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devpro authored and devpro committed Apr 8, 2024
1 parent b2d9973 commit 663cf27
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# pipenostics

[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![](https://www.r-pkg.org/badges/version/pipenostics)](https://cran.r-project.org/package=pipenostics)
[![pipenostics status badge](https://omega1x.r-universe.dev/badges/pipenostics)](https://omega1x.r-universe.dev)
[![R-CMD-check](https://github.com/omega1x/pipenostics/actions/workflows/R-CMD-check.yml/badge.svg)](https://github.com/omega1x/pipenostics/actions/workflows/R-CMD-check.yml)
[![pages-build-deployment](https://github.com/omega1x/pipenostics/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/omega1x/pipenostics/actions/workflows/pages/pages-build-deployment)
[![pipenostics status badge](https://omega1x.r-universe.dev/badges/pipenostics)](https://omega1x.r-universe.dev)
[![CodeFactor](https://www.codefactor.io/repository/github/omega1x/pipenostics/badge)](https://www.codefactor.io/repository/github/omega1x/pipenostics)
[![codecov](https://codecov.io/gh/omega1x/pipenostics/branch/master/graph/badge.svg?token=LMVLTBPAY5)](https://app.codecov.io/gh/omega1x/pipenostics)

Expand All @@ -23,14 +24,18 @@ district heating network.

## Installation

For the stable version install from [CRAN](https://cran.r-project.org/package=pipenostics):

```R
install.packages("pipenostics")
```

For the latest version leverage [r-universe](https://omega1x.r-universe.dev/pipenostics):

```R
install.packages("pipenostics", repos = "https://omega1x.r-universe.dev")
```

> ⚠ Starting from version 0.1.8 the package is not supported on [CRAN](https://cran.r-project.org/) due to its resource limitations of checking parallel algorithms
## Usage examples

### Corrosion diagnostics
Expand Down

0 comments on commit 663cf27

Please sign in to comment.