Skip to content

Commit

Permalink
cleaned up NAMESPACE.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Apr 14, 2016
1 parent 3e1efab commit fcbb743
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
import("arules")

importFrom("graphics", "par", "plot", "mtext", "text", "axis", "box")

importFrom("stats", "median", "kmeans", "cutree", "dist", "hclust")

importFrom("grDevices", "hcl", "rgb", "gray.colors", "gray", "col2rgb")

importFrom("methods", "is", "as", "new")
#importFrom("utils", "head", "installed.packages") ## head comes now from arules

importFrom("utils", "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",
"permute", "get_order")

importFrom("scatterplot3d", "scatterplot3d")

importFrom("vcd", "mosaic", "doubledecker")

importFrom("colorspace", "heat_hcl", "sequential_hcl")

export("saveAsGraph")
Expand Down

0 comments on commit fcbb743

Please sign in to comment.