Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
CRAN 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanssenswillen committed Jul 3, 2018
1 parent 24470ae commit d91c8b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified .RData
Binary file not shown.
12 changes: 6 additions & 6 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
default_color = "white",
cut_points = seq(min_level-0.1, max_level+.1, length.out = 9)) ->
create_graph(nodes_df, edges_df) %>%
#add_global_graph_attrs(attr = "rankdir", value = "LR",attr_type = "graph") %>%
colorize_node_attrs(node_attr_from = "color_level",
node_attr_to = "fillcolor",
palette = ifelse(perspective_nodes == "performance", "Reds", "PuBu"),
default_color = "white",
cut_points = seq(min_level-0.1, max_level+.1, length.out = 9)) %>%
Expand Down Expand Up @@ -510,3 +504,9 @@ patients %>% process_map()
261/500
patients %>% process_map(type = frequency("relative_case"))
library(processmapR)
usethis::use_pkgdown()
pkgdown::build_site()
pkgdown::build_site()
usethis::use_pkgdown()
pkgdown::build_site()
pkgdown::build_site()
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: processmapR
Type: Package
Title: Construct Process Maps Using Event Data
Version: 0.3.1
Date: 2018-05-22
Version: 0.3.2
Date: 2018-07-03
Authors@R: c(person("Gert","Janssenswillen",email = "gert.janssenswillen@uhasselt.be", role = c("aut","cre")),
person("Benoît","Depaire",email = "benoit.depaire@uhasselt.be", role = c("ctb")),
person("Felix","Mannhardt",email = "Felix.Mannhardt@sintef.no", role = c("ctb")),
Expand Down

0 comments on commit d91c8b6

Please sign in to comment.