|
1 | 1 | <h1 align="center">BPMN Visualization - R Package</h1> |
2 | 2 | <div align="center"> |
3 | 3 | <p align="center"> |
4 | | - <a href="/process-analytics/bpmn-visualization-r/releases"> |
5 | | - <img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/process-analytics/bpmn-visualization-r?label=changelog&include_prereleases"> |
| 4 | + <a href="/process-analytics/bpmn-visualization-R/releases"> |
| 5 | + <img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/process-analytics/bpmn-visualization-R?label=changelog&include_prereleases"> |
6 | 6 | </a> |
7 | | - <a href="/process-analytics/bpmn-visualization-r/actions"> |
8 | | - <img alt="Build" src="https://github.com/process-analytics/bpmn-visualization-r/workflows/Build/badge.svg"> |
| 7 | + <a href="/process-analytics/bpmn-visualization-R/actions"> |
| 8 | + <img alt="Build" src="https://github.com/process-analytics/bpmn-visualization-R/workflows/Build/badge.svg"> |
9 | 9 | </a> |
10 | 10 | <br> |
11 | 11 | <a href="CONTRIBUTING.md"> |
|
15 | 15 | <img alt="Contributor Covenant" src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg"> |
16 | 16 | </a> |
17 | 17 | <a href="LICENSE"> |
18 | | - <img alt="License" src="https://img.shields.io/github/license/process-analytics/bpmn-visualization-r?color=blue"> |
| 18 | + <img alt="License" src="https://img.shields.io/github/license/process-analytics/bpmn-visualization-R?color=blue"> |
19 | 19 | </a> |
20 | 20 | </p> |
21 | 21 | </div> |
22 | 22 | <br> |
23 | 23 |
|
24 | | -A R package which embeds BPMN Visualization |
| 24 | +This project is an R interface to the [BPMN Visualization](https://github.com/process-analytics/bpmn-visualization-js) library. |
| 25 | + |
| 26 | +## ♻️ Usage |
| 27 | +### Installation |
| 28 | +Install from GitHub: |
| 29 | +```r |
| 30 | +devtools::install_github("process-analytics/bpmn-visualization-R") |
| 31 | +library(bpmnVisualization) |
| 32 | +``` |
| 33 | + |
| 34 | +### Initialize the R package |
| 35 | +```r |
| 36 | +bpmnVisualization::bpmnVisualization() |
| 37 | +``` |
| 38 | + |
| 39 | +## 🔧 Contributing |
| 40 | + |
| 41 | +To contribute to `bpmn-visualization-R`, fork and clone this repository locally and commit your code on a separate branch. \ |
| 42 | +Please write tests for your code before opening a pull-request. |
| 43 | + |
| 44 | +You can find more detail in our [Contributing guide](CONTRIBUTING.md). Participation in this open source project is subject to a [Code of Conduct](CODE_OF_CONDUCT.md). |
| 45 | + |
| 46 | +✨ A BIG thanks to all our contributors 🙂 |
| 47 | + |
| 48 | +## ⚒️ Development |
| 49 | +### Installation |
| 50 | +```r |
| 51 | +devtools::install() |
| 52 | +``` |
| 53 | + |
| 54 | +## 📃 License |
| 55 | + |
| 56 | +`bpmn-visualization-R` is released under the [Apache 2.0](LICENSE) license. \ |
| 57 | +Copyright © from 2021, Bonitasoft S.A. |
0 commit comments