Skip to content

Commit

Permalink
bugfix rework
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanssenswillen committed Jul 13, 2023
1 parent 2f4c4f8 commit cd60d39
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: edeaR
Type: Package
Title: Exploratory and Descriptive Event-Based Data Analysis
Version: 0.9.3
Version: 0.9.4
Authors@R: c(person("Gert","Janssenswillen",email = "gert.janssenswillen@uhasselt.be", role = c("aut","cre")),
person("Gerard","van Hulzen",email = "gerard.vanhulzen@uhasselt.be", role = c("ctb")),
person("Marijke","Swennen", email = "marijke.swennen@uhasselt.be", role = "ctb"),
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# edeaR 0.9.4

## Bugfixes

* Rework functions (`number_of_selfloops`, `number_of_repetitions`, `size_of_selfloops`, `size_of_repetitions`) have been fixed to be compatible with changes in bupaR 0.5.3.

# edeaR 0.9.2

## Breaking Changes
Expand Down
1 change: 1 addition & 0 deletions R/rework_base.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rework_base <- function(eventlog) {
activity_group <- NULL

eventlog %>%
as_tibble() %>%
rename("case_classifier" = !!case_id_(eventlog),
"event_classifier" = !!activity_id_(eventlog),
"timestamp_classifier" = !!timestamp_(eventlog),
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ knitr::opts_chunk$set(

This package provides several useful techniques for _Exploratory and Descriptive Analysis_ of event based data in [`R`](https://www.r-project.org/).

For more information, check the [manual on GitHub](https://bupaverse.github.io/edeaR/) or the [bupaR Documentation](https://bupar.net/getting_started.html) website.
For more information, check the [manual on GitHub](https://bupaverse.github.io/edeaR/) or the [bupaR Documentation](https://bupaverse.github.io/docs/) website.

## Installation

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/edeaR)](https://cran.r-project.org/package=edeaR)
[![GitHub
version](https://img.shields.io/badge/GitHub-0.9.3-blue)](https://github.com/bupaverse/edeaR)
version](https://img.shields.io/badge/GitHub-0.9.2-blue)](https://github.com/bupaverse/edeaR)
[![R-CMD-check](https://github.com/bupaverse/edeaR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/bupaverse/edeaR/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/bupaverse/edeaR/branch/master/graph/badge.svg)](https://app.codecov.io/gh/bupaverse/edeaR?branch=master)
Expand All @@ -21,7 +21,7 @@ Descriptive Analysis* of event based data in

For more information, check the [manual on
GitHub](https://bupaverse.github.io/edeaR/) or the [bupaR
Documentation](https://bupar.net/getting_started.html) website.
Documentation](https://bupaverse.github.io/docs/) website.

## Installation

Expand Down Expand Up @@ -51,6 +51,7 @@ library(edeaR)
#>
#> setdiff
library(eventdataR)
#> Warning: package 'eventdataR' was built under R version 4.2.3

# Calculate idle times per resource:
patients %>%
Expand Down

0 comments on commit cd60d39

Please sign in to comment.