Skip to content

Commit

Permalink
CRAN release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed May 21, 2021
1 parent f29df54 commit afb5f57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: arulesViz
Version: 1.5-0
Date: 2021-xx-xx
Date: 2021-5-21
Title: Visualizing Association Rules and Frequent Itemsets
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "mhahsler@lyle.smu.edu"),
person("Giallanza", "Tyler", role = c("ctb")),
person("Sudheer", "Chelluboina", role = c("ctb"))
)
Depends: arules (>= 1.4.1)
Depends: arules (>= 1.6.0)
Imports: graphics,
methods,
utils,
Expand All @@ -17,7 +17,7 @@ Imports: graphics,
colorspace,
grid,
vcd,
igraph (>= 1.0.0),
igraph,
scatterplot3d,
ggplot2,
ggnetwork,
Expand All @@ -28,6 +28,7 @@ Imports: graphics,
plotly,
visNetwork
Suggests: graph,
datasets,
Rgraphviz,
shiny,
shinythemes,
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# arulesViz 1.5-0 (xx/xx/2021)
# arulesViz 1.5-0 (05/21/2021)

## New features
* ggplot2 is now the default engine for most plots.
* grouped matrix visualization has now engine ggplot and htmlwidget.
* conversion from associations to igraph are now exposed.
* conversion from rules to matrix and groupedMatrix are now exposed.
* "help" can now be specified for plot for method, engine, and control.
* ruleExplorer lost parameter and gained sidebarWidth and chartHeight.

## Bug Fixes
* Fixed rounding bug in inspectDT.
Expand Down
5 changes: 2 additions & 3 deletions man/ruleExplorer.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ ruleExplorer(x, sidebarWidth = 2, graphHeight = '600px')
12 (= 100\% of the display width). }
\item{graphHeight}{ height of the plots in pixels. Increase if you have a larger/higher resolution display. }
}
\details{
}
%\value{}
%\details{}
\value{returns a shiny app.}
\author{
Tyler Giallanza and Michael Hahsler.
Adapted from functions originally created by Andrew Brooks.
Expand Down

0 comments on commit afb5f57

Please sign in to comment.