diff --git a/DESCRIPTION b/DESCRIPTION index d3ddf5d..4ea2341 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: arulesViz Version: 1.5-1 -Date: 2021-xx-xx +Date: 2021-11-18 Title: Visualizing Association Rules and Frequent Itemsets Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"), email = "mhahsler@lyle.smu.edu"), @@ -37,4 +37,4 @@ Description: Extends package 'arules' with various visualization techniques for License: GPL-3 URL: https://github.com/mhahsler/arulesViz BugReports: https://github.com/mhahsler/arulesViz/issues -Copyright: (C) 2018 Michael Hahsler, Tyler Giallanza and Sudheer Chelluboina +Copyright: (C) 2021 Michael Hahsler diff --git a/NEWS.md b/NEWS.md index 0d42713..7bd6f9c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# arulesViz 1.5-1 (xx/x/2021) +# arulesViz 1.5-1 (11/18/2021) ## New features * plot method "grouped matrix" gained parameter grouped to pass on a grouped matrix. @@ -9,7 +9,10 @@ ## Changes * we use now a better check for installed suggested packages. -* method graph uses not ggraph. +* method graph uses now ggraph. + +## Bugfixes +* plot method graph with engine htmlwidget shows not labels correctly. # arulesViz 1.5-0 (05/21/2021) diff --git a/R/visNetwork.R b/R/visNetwork.R index 7f3470e..f229f61 100644 --- a/R/visNetwork.R +++ b/R/visNetwork.R @@ -124,7 +124,6 @@ graph_visNetwork <- ) visNetwork::visNetwork(nodes = nodes, edges = edges) %>% - visNetwork::visNodes(scaling = list(label = list(enabled = TRUE))) %>% visNetwork::visIgraphLayout(layout = control$igraphLayout) %>% visNetwork::visOptions( highlightNearest =