Skip to content

Commit

Permalink
version 1.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler authored and cran-robot committed Jul 1, 2015
1 parent 6419c24 commit 26f0218
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
11 changes: 6 additions & 5 deletions DESCRIPTION
@@ -1,17 +1,18 @@
Package: arulesViz
Version: 1.0-1
Date: 2015-7-15
Version: 1.0-2
Date: 2015-6-29
Title: Visualizing Association Rules and Frequent Itemsets
Author: Michael Hahsler and Sudheer Chelluboina
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Depends: R (>= 2.14.0), arules (>= 1.0-5), grid
Imports: scatterplot3d, vcd, seriation, igraph (>= 1.0.0)
Imports: scatterplot3d, vcd, seriation, igraph (>= 1.0.0), graphics,
methods, utils, grDevices, stats
Suggests: graph, Rgraphviz, colorspace, iplots
Description: Extends package arules with various visualization techniques for association rules and itemsets. The package also includes several interactive visualizations for rule exploration.
License: GPL-3
URL: http://lyle.smu.edu/IDA/arules/
Copyright: (C) 2011 Michael Hahsler and Sudheer Chelluboina
NeedsCompilation: no
Packaged: 2015-06-25 18:25:52 UTC; hahsler
Packaged: 2015-06-30 21:12:26 UTC; hahsler
Repository: CRAN
Date/Publication: 2015-06-26 10:55:13
Date/Publication: 2015-07-01 05:58:28
10 changes: 5 additions & 5 deletions MD5
@@ -1,5 +1,5 @@
d910eaa26089c6f027eed3fe26257ece *DESCRIPTION
bd4952744f4e3303eeb9ea2bf1c836a7 *NAMESPACE
31bbee7b559a1bf53303b18892bc56eb *DESCRIPTION
89bf301631c5803ea0426b4a62795c10 *NAMESPACE
f7243a254c3f648fdbdf8a1238925d64 *R/AAA_helpers.R
fb63ca7c5c1e07a38299920436b70a0f *R/abbreviate.R
37fe3d5d52b768bfb2947fe814c52f49 *R/doubledecker.R
Expand All @@ -12,13 +12,13 @@ c8cd8beaf5a36b07555893c1097acfb3 *R/iplot.R
6ff101a6c286ce32a0acac39fb40d721 *R/matrix.R
22f6f07d01bb509d0f1d5cfef0a32cc1 *R/paracoord.R
c1eae7a5ed310d29e26799f55b4510af *R/plot.R
5859fe1244daed17268d0cb33bb7b658 *R/save.R
4723f6ffa00e4bb8f921dfc721cc44ee *R/save.R
a8cfb6543d3a0250bca893b54de10b6f *R/scatterplot.R
156f9abff0f69018f2404b3b038639b5 *build/vignette.rds
ece8e1d5f7517ce809ebc2df66bf9d49 *inst/NEWS
bc825a2c054877bad8f88ebb21e0d04f *inst/NEWS
fcb0c315150b175df2c0262f900b8409 *inst/doc/arulesViz.R
8bac463807ebd1907899b4fa483d5452 *inst/doc/arulesViz.Rnw
f6634807aba6b783a171f3c0fc40d16c *inst/doc/arulesViz.pdf
2448cba5fa6fe8a94419e212ee6a3ce0 *inst/doc/arulesViz.pdf
3b3888dda689c1242e3ce5738756b25e *inst/n.html
75c3205a7d4f041b790874bb2ba0420e *man/abbreviate.Rd
de30ef71237cc3cee8aa86c56fbfed52 *man/plot.Rd
Expand Down
5 changes: 5 additions & 0 deletions NAMESPACE
@@ -1,4 +1,9 @@
import(arules)
importFrom(graphics, par, plot, mtext, text, axis)
importFrom(stats, median, kmeans)
importFrom(grDevices, hcl, rgb, gray.colors, gray)
importFrom(methods, is, as, new)
importFrom(utils, head, installed.packages)
import(grid) ### need to use as depends in DESCRIPTION because of vcd
#import(igraph) ### we use now igraph::
importFrom(seriation, seriate, ser_permutation, set_seriation_method,
Expand Down
2 changes: 2 additions & 0 deletions R/save.R
Expand Up @@ -25,3 +25,5 @@ saveAsGraph <- function(x, file, type=NULL, format="graphml") {
}




3 changes: 3 additions & 0 deletions inst/NEWS
@@ -1,3 +1,6 @@
Changes in version 1-0.2 (x/xx/2015)
* fixed imports from non-base standard packages.

Changes in version 1-0.1 (7/25/2015)
* plot (graph) now honors font family set via par().
(Bug reported by May Yang)
Expand Down
Binary file modified inst/doc/arulesViz.pdf
Binary file not shown.

0 comments on commit 26f0218

Please sign in to comment.