-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·52 lines (52 loc) · 1.25 KB
/
Copy pathDESCRIPTION
File metadata and controls
executable file
·52 lines (52 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: arulesViz
Title: Visualizing Association Rules and Frequent Itemsets
Version: 1.5.4
Date: 2025-08-20
Authors@R: c(
person("Michael", "Hahsler", , "mhahsler@lyle.smu.edu", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2716-1405")),
person("Giallanza", "Tyler", role = "ctb"),
person("Sudheer", "Chelluboina", role = "ctb")
)
Description: Extends package 'arules' with various visualization
techniques for association rules and itemsets. The package also
includes several interactive visualizations for rule exploration.
Michael Hahsler (2017) <doi:10.32614/RJ-2017-047>.
License: GPL-3
URL: https://github.com/mhahsler/arulesViz
BugReports: https://github.com/mhahsler/arulesViz/issues
Depends:
arules (>= 1.6.0)
Imports:
dplyr,
DT,
ggplot2,
ggraph,
graphics,
grDevices,
grid,
igraph,
methods,
plotly,
scatterplot3d,
seriation,
stats,
tibble,
tidyr,
utils,
vcd,
visNetwork
Suggests:
datasets,
graph,
htmlwidgets,
Rgraphviz,
shiny,
shinythemes,
testthat (>= 3.0.0),
tidygraph
Config/testthat/edition: 3
Copyright: (C) 2021 Michael Hahsler
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2