You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point, you're ready to make your changes! Feel free to ask for help. Everyone is a beginner at first :smile_cat:
102
102
103
-
## bpmn-visualization-js update
103
+
## ⚒️ Development
104
+
### Installation
105
+
```r
106
+
devtools::install()
107
+
```
108
+
109
+
### Regenerate the R documentation
110
+
The **R documentation** (.Rd) format is generated from the function comments thanks to [roxygen2](https://roxygen2.r-lib.org/). \
111
+
To regenerate this documentation after function comment updating, run this command:
112
+
```r
113
+
devtools::document()
114
+
```
115
+
116
+
### bpmn-visualization-js update
104
117
105
118
- Change [bpmn-visualization.min.js](inst/htmlwidgets/lib/bpmn-visualization/bpmn-visualization.min.js). The file can be retrieved from [jsdelivr](https://www.jsdelivr.com/package/npm/bpmn-visualization) or [unpkg](https://unpkg.com/browse/bpmn-visualization/).
106
119
- Update the version of `bpmn-visualization` in [bpmnVisualization.yaml](inst/htmlwidgets/bpmnVisualization.yaml)
0 commit comments