bupaverse / xesreadR

Other
0 stars 0 forks source link

Warnings on use of deprecated methods from Tibble #5

Open fmannhardt opened 3 years ago

fmannhardt commented 3 years ago

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 once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated."
Warning message:
"`as_data_frame()` was deprecated in tibble 2.0.0.
Please use `as_tibble()` instead.
The signature and semantics have changed, see `?as_tibble`.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated."
Warning message in xesreadR::read_xes("../data/Lfull.xes"):
"No activity instance identifier specified in xes-file. By default considered each event as a different activity instance. Please check!"
gertjanssenswillen commented 3 years ago

I'll need to fix those. They are cause by something in bupaR itself. need to make time for it...

fmannhardt commented 3 years ago

I will try to make some more pull requests myself.