-
Hi,
I got this error when I try to calculate idle_time / processing_time on the "case" level en try to plot it.
# processing_time(salariswijziging, level="case", units = "days") # %>% plot()
…
-
Plotting the Precedence matrix, suddenly gives an error. It did not use to do it before. It is either a recent change or dependency change.
_Error in count_precedence(simplelog$case_id, simplelog$a…
-
Encountered it with code I ran succesfully before.
Here's a minimal use case, error shows in the last line, when trying to map
```
library(bupaR)
data
zjuul updated
2 years ago
-
Hello,
New to BupaR from PM4Py, I'm trying to create an event log from csv/xlsx file so I can run it through processanimateR. This event log has ~70K rows and has only an end timestamp.
After i…
-
Hi!
recently, process_map() command is not working even with the test dataset "patients". I tried re-installing all the packages, updating R and RStudio but the problem persist.
Here the trace…
-
Hello,
i can make an eventlog according to a table with Case_iD Activity, Resource, starttimestamp, and endtimestamp columns. As in the below code. And for example i can filter according to the case…
-
when using arrange(X, decreasing= T), bupaR version of the function doesn't throw an error but still doesn't reverse the arrangement, or when two variables are selected for arranging, produces an odd,…
-
First of all, thanks for your work with this package, has been very helpful so far.
This is actually more a general question than it is an issue: I was wondering wat kind of process mining algorit…
-
When multiple animate process (process map) are placed in different tabs on shiny dashboard, the legends disappear for the animation on second tab. Wanted to check if it is a know limitation or there …
-
Hi guys,
as seen in the picture below (and also in the documentation https://www.bupar.net/exploring.html) the time units are not properly shown in the diagram for idle time.
Since we'd like to…