-
# Create activity log
activities %
bupaR::activitylog(case_id = "order_id", activity_id = "activity_id", timestamps = c("start", "complete"), resource_id = "resource_id")
# Works when mode …
-
Hi,
When attempting to run process discovery algorithms "alpha miner" or "inductive miner", either on my data or using the dataset "patients" and following the example from https://bupar.net/alpha…
-
Hi,
I see that you work with other process mining project like pm4py and interfacing it to bupar.
Do you have any plan on making this package compatible with pm4py/python ?
Thanks
-
Is it possible for a user of BupaR to change the design of the process map. So colors, fonts, arrows etc. ?
I don't like the ready-made design of the process map at all and would like to make some ad…
-
Thanks for your continuing development of bupaR!
Here's a suggestion for the `plotly_dotted_chart()`function.
`Log %>% plotly_dotted_chart()` seems to only work without arguments.
If I enter …
frkbr updated
5 years ago
-
After an upgrade to bupaR 0.5.3 and edeaR 0.9.3, there is an error that did not occur with 0.5.2 and 0.9.2 respectively:
```
> patients %>% group_by_case() %>% number_of_repetitions()
Error in …
-
I am trying to make a plot created with the trace_explorer function from buraR package interactive using the ggplotly function but the resulting plot is not the expected.
Here is the code :
```
…
-
The BibTeX entry results returned from citation() place the R package version in the "note" field. It would allow for cleaner bibtex parsing if it was in the "version" field.
See:
http://stackoverfl…
-
During a simple load of a XES file I get the following warnings:
```
Warning message:
"`data_frame()` was deprecated in tibble 1.1.0.
Please use `tibble()` instead.
This warning is displayed on…
-
Dear Scheithauer,
pls update your R code. I see three errors:
1.The variable data$`Start Timestamp` does not exist. Only data$`Start_Timestamp` is present within data.
Same with Complete Timest…