Skip to content

Commit 90648c3

Browse files
authored
[INFRA] Update wording "BPMN visualization - R package" to bpmnVisualizationR (#217)
1 parent 3fe46b2 commit 90648c3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/post-release-update_bpmn_visualization_version_in_R_repo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: lookupOldBPMNVisuVersion
2020
uses: mikefarah/[email protected]
2121
with:
22-
cmd: yq '.dependencies[] | select(.name == "bpmn-visualization") | .version' inst/htmlwidgets/bpmnVisualization.yaml
22+
cmd: yq '.dependencies[] | select(.name == "bpmn-visualization") | .version' inst/htmlwidgets/bpmnVisualizationR.yaml
2323
- run: echo "OLD_VERSION=${{ steps.lookupOldBPMNVisuVersion.outputs.result }}" >> $GITHUB_ENV
2424
- name: Delete the old bpmn-visualization
2525
run: rm inst/htmlwidgets/lib/bpmn-visualization/bpmn-visualization.min.js
@@ -32,7 +32,7 @@ jobs:
3232
location: 'inst/htmlwidgets/lib/bpmn-visualization'
3333
- name: Update the bpmn-visualization version in the YAML file
3434
run: |
35-
sed -i -E 's/version: ".*"/version: "${{ env.VERSION }}"/' inst/htmlwidgets/bpmnVisualization.yaml
35+
sed -i -E 's/version: ".*"/version: "${{ env.VERSION }}"/' inst/htmlwidgets/bpmnVisualizationR.yaml
3636
- name: Display structure of downloaded files
3737
run: ls -R
3838
working-directory: inst/htmlwidgets

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
Package: bpmnVisualization
1+
Package: bpmnVisualizationR
22
Type: Package
3-
Title: Visualize Process Execution Data on BPMN (Business Process Model and Notation) Diagrams
3+
Title: Visualize Process Execution Data on BPMN Diagrams
44
Version: 3.0.0.9000
55
Authors@R: c(person("Celine", "Souchet", role = c("aut", "cre"), email = "[email protected]"),
66
person("Thomas", "Bouffard", role = "aut"))
7-
Description: To visualize the execution data of the processes on BPMN diagrams, using overlays, style customization and interactions, with the bpmn-visualization TypeScript library.
7+
Description: To visualize the execution data of the processes on BPMN (Business Process Model and Notation) diagrams, using overlays, style customization and interactions, with the bpmn-visualization TypeScript library.
88
License: Apache License (== 2)
99
Copyright: Bonitasoft S.A.
10-
URL: https://github.com/process-analytics/bpmn-visualization-R
10+
URL: https://process-analytics.github.io/bpmn-visualization-R/, https://github.com/process-analytics/bpmn-visualization-R
1111
BugReports: https://github.com/process-analytics/bpmn-visualization-R/issues
1212
Encoding: UTF-8
1313
LazyData: true
14-
RoxygenNote: 7.2.2
14+
RoxygenNote: 7.2.3
1515
Imports:
1616
htmlwidgets,
1717
rlang,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The [Release of bpmnVisualizationR package](.github/workflows/release-R.yml) wor
5858

5959
The following simulates the content of the `README.md` file of [bpmn-visualization-R](https://github.com/process-analytics/bpmn-visualization-R) repository. This content is updated automatically during the release process.
6060

61-
#### Install _BPMN Visualization - R Package_ from GitHub
61+
#### Install _bpmnVisualizationR_ from GitHub
6262

6363
To install a dedicated version (available versions can be found in the [GitHub releases page](https://github.com/process-analytics/bpmn-visualization-R/releases)), run:
6464
```r

0 commit comments

Comments
 (0)