Skip to content

Commit

Permalink
bupaR 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanssenswillen committed Mar 27, 2024
1 parent 68e2b02 commit ede341b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bupaR
Type: Package
Title: Business Process Analysis in R
Version: 0.5.3
Version: 0.5.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("Felix","Mannhardt",email = "f.mannhardt@tue.nl", role = c("ctb")),
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ options(tibble.print_min = 5, tibble.print_max = 5)

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/bupaR)](https://CRAN.R-project.org/package=bupaR/)
[![GitHub version](https://img.shields.io/badge/GitHub-0.5.2-blue)](https://github.com/bupaverse/bupaR)
[![GitHub version](https://img.shields.io/badge/GitHub-0.5.4-blue)](https://github.com/bupaverse/bupaR)
[![R-CMD-check](https://github.com/bupaverse/bupaR/workflows/R-CMD-check/badge.svg/)](https://github.com/bupaverse/bupaR/actions/)
[![codecov](https://codecov.io/gh/bupaverse/bupaR/branch/dev/graph/badge.svg?token=40OgWBneWv/)](https://app.codecov.io/gh/bupaverse/bupaR/)
[![Lifecycle: stable](https://lifecycle.r-lib.org/articles/figures/lifecycle-stable.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable/)
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![CRAN
status](https://www.r-pkg.org/badges/version/bupaR)](https://CRAN.R-project.org/package=bupaR/)
[![GitHub
version](https://img.shields.io/badge/GitHub-0.5.1-blue)](https://github.com/bupaverse/bupaR)
version](https://img.shields.io/badge/GitHub-0.5.4-blue)](https://github.com/bupaverse/bupaR)
[![R-CMD-check](https://github.com/bupaverse/bupaR/workflows/R-CMD-check/badge.svg/)](https://github.com/bupaverse/bupaR/actions/)
[![codecov](https://codecov.io/gh/bupaverse/bupaR/branch/dev/graph/badge.svg?token=40OgWBneWv/)](https://app.codecov.io/gh/bupaverse/bupaR/)
[![Lifecycle:
Expand Down Expand Up @@ -68,14 +68,14 @@ library(eventdataR)
patients %>%
cases()
#> # A tibble: 500 × 10
#> patient trace_…¹ numbe…² start_timestamp complete_timestamp trace trace…³
#> <chr> <int> <int> <dttm> <dttm> <chr> <dbl>
#> 1 1 6 6 2017-01-02 11:41:53 2017-01-09 19:45:45 Regi… 4
#> 2 10 5 5 2017-01-06 05:58:54 2017-01-10 15:41:59 Regi… 7
#> 3 100 5 5 2017-04-11 16:34:31 2017-04-22 09:58:07 Regi… 7
#> 4 101 5 5 2017-04-16 06:38:58 2017-04-23 02:55:23 Regi… 7
#> 5 102 5 5 2017-04-16 06:38:58 2017-04-22 10:50:04 Regi… 7
#> # … with 495 more rows, 3 more variables: duration <drtn>,
#> # first_activity <fct>, last_activity <fct>, and abbreviated variable names
#> # ¹​trace_length, ²​number_of_activities, ³​trace_id
#> patient trace_length number_of_activities start_timestamp
#> <chr> <int> <int> <dttm>
#> 1 1 6 6 2017-01-02 11:41:53
#> 2 10 5 5 2017-01-06 05:58:54
#> 3 100 5 5 2017-04-11 16:34:31
#> 4 101 5 5 2017-04-16 06:38:58
#> 5 102 5 5 2017-04-16 06:38:58
#> # 495 more rows
#> # ℹ 6 more variables: complete_timestamp <dttm>, trace <chr>, trace_id <dbl>,
#> # duration <drtn>, first_activity <fct>, last_activity <fct>
```

0 comments on commit ede341b

Please sign in to comment.