The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
rename
method, similar to dplyr’s rename, that automatically changes the mapping of the log if the rename concerns any mapping variables.count
method, to increase compatibility with dplyr. count
will automatically convert the log
object to a tibble
.group_by(.data, ..., .add = F)
now works correctly on grouped_eventlog
. Previously, applying group_by()
to a grouped_eventlog
reverted it to a data.frame
, which prevented the application of further bupaR functions on the returned value."raw"
attribute of metrics in edeaR (e.g. throughput_time
) containing the original data is now kept after applying group_by()
. This can be useful for further analyses on the output of metrics and can be accessed using attr(log, "raw")
.add_start_activity()
and add_end_activity()
which failed when applied to an activitylog
.activitylog
. Failed when not both start and complete columns where available.assign_instance_id
. Failed when data had a column with the name status
.x
inherits from a particular event data class (is.log(x)
, is.eventlog(x)
, is.activitylog(x)
, is.grouped_log(x)
, is.grouped_eventlog(x)
, is.grouped_actiivtylog(x)
).group_by(.data, ..., .add = F)
now works correctly on grouped_eventlog
. Previously, applying group_by()
to a grouped_eventlog
reverted it to a data.frame
, which prevented the application of further bupaR functions on the returned value."raw"
attribute of metrics in edeaR (e.g. throughput_time
) containing the original data is now kept after applying group_by()
. This can be useful for further analyses on the output of metrics and can be accessed using attr(log, "raw")
.add_start_activity()
and add_end_activity()
which failed when applied to an activitylog
.activitylog
. Failed when not both start and complete columns where available.assign_instance_id
. Failed when data had a column with the name status
.NEWS.md
file to track changes to the package.pkgdown
).README.md
.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.