-
```
> library(pm4py)
>
> # Most of the data structures are converted in their bupaR equivalents
> library(bupaR)
>
> # As Inductive Miner of PM4PY is not life-cycle aware, keep only `complete`…
-
I noted that the current CRAN version has issues exporting the example log I used in heuristicsmineR.
Steps to reproduce:
1) Install `heuristicsminerR` from here:
`remotes::install_github("fman…
-
Hi!.
process_map give warning concerning new conception in rlang:
```
m2 %>%
+ processmapR::process_map(type = processmapR::frequency("relative_case"))
Warning message:
Prefixing `UQ()` wit…
-
Hi,
I am trying to write out an event log to an XES file, but get the error:
```
Function only applicable for class eventlog
```
My event log appears to be of the correct class as show below:
…
-
When using animate_process to render a static process map with `mode = "off"`, i get the error `Failed to render the graph. It is probably too large. Original error: TypeError: Cannot read property '…
-
When trying to export an event log to XES (function **write_xes()**), I'm getting the following error message:
```r in as.POSIXlt.default(x, tz = tz) :
do not know how to convert 'x' to class “PO…
-
Hi Gert,
Thank you for all these fundamental improvements of the bupaR package.
I have a problem with the process_map () function: when I try to produce a process map, RStudio's Viewer reports…
-
Hi,
Im trying to find an alternative to bupaR in python and I found this one which seem quite complete but I can't figure out how to install the library.
I downloaded the zip but there no setup.p…
-
It is my understanding while reading the source code that the attribute according to which a TraceLog is built from an EventLog cannot be retrieved after conversion. At least I did not see a way to re…
-
Thanks so much for this helpful R package! How would you suggest cleaning up events based on the lifecycle_id variable?
For example suppose I have an activity that should always have a "start" and…