gertjanssenswillen / xesreadR

!! repository moved to https://github.com/bupaverse/xesreadR !! This repo is read-only from now one.
Other
1 stars 2 forks source link

Release new current version on CRAN #1

Closed fmannhardt closed 5 years ago

fmannhardt commented 5 years ago

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("fmannhardt/heuristicsmineR")

2) Run:

library(bupaR)
library(heuristicsmineR)
data(L_heur_1)

write_xes(L_heur_1, "heur.xes")

Results in the following error:

| | 0%Error in as.POSIXlt.default(x, tz = tz) : do not know how to convert 'x' to class “POSIXlt” In addition: Warning message: Unknown columns: 1

Using the Github version seems to fix it.

gertjanssenswillen commented 5 years ago

New version released