Last data update: 2014.03.03

arules

Package: arules
Version: 1.4-1
Date: 2016-04-10
Title: Mining Association Rules and Frequent Itemsets
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "mhahsler@lyle.smu.edu"),
person("Christian", "Buchta", role = c("aut", "cph")),
person("Bettina", "Gruen", role = c("aut", "cph")),
person("Kurt", "Hornik", role = c("aut", "cph")),
person("Christian", "Borgelt", role = c("ctb", "cph")))
Description: Provides the infrastructure for representing,
manipulating and analyzing transaction data and patterns (frequent
itemsets and association rules). Also provides interfaces to
C implementations of the association mining algorithms Apriori and Eclat
by C. Borgelt.
Classification/ACM: G.4, H.2.8, I.5.1
URL: http://lyle.smu.edu/IDA/arules
BugReports: https://github.com/mhahsler/arules/issues
Depends: R (>= 3.2.0), Matrix (>= 1.2-0)
Imports: stats, methods, graphics, utils
Suggests: pmml, XML, arulesViz, testthat
License: GPL-3
Copyright: The code for apriori and eclat in src/rapriori.c was
obtained from http://www.borgelt.net/ and is Copyright (C)
1996-2003 Christian Borgelt. All other code is Copyright (C)
Michael Hahsler, Christian Buchta, Bettina Gruen and Kurt
Hornik.
NeedsCompilation: yes
Packaged: 2016-04-14 00:47:06 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph],
Christian Buchta [aut, cph],
Bettina Gruen [aut, cph],
Kurt Hornik [aut, cph],
Christian Borgelt [ctb, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2016-04-14 08:32:33

● Cran Task View: MachineLearning
● 0 images, 55 functions, 6 datasets
Reverse Depends: 6

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'arules' ...
** package 'arules' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c arrayIndex.c -o arrayIndex.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c bitmat.c -o bitmat.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c istree.c -o istree.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c listops.c -o listops.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c matrix.c -o matrix.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c nstats.c -o nstats.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c params.c -o params.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c ptree.c -o ptree.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c rapriori.c -o rapriori.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c reclat.c -o reclat.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c scan.c -o scan.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c similarity.c -o similarity.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c symtab.c -o symtab.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c tfscan.c -o tfscan.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c tid_count.c -o tid_count.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c tract.c -o tract.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c vecops.c -o vecops.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -DNDEBUG -DNIMAPFN -fpic  -g -O2  -c warm.c -o warm.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o arules.so arrayIndex.o bitmat.o istree.o listops.o matrix.o nstats.o params.o ptree.o rapriori.o reclat.o scan.o similarity.o symtab.o tfscan.o tid_count.o tract.o vecops.o warm.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/arules/libs
** R
** data
** inst
** preparing package for lazy loading
Creating a new generic function for 'abbreviate' in package 'arules'
Creating a new generic function for 'write' in package 'arules'
** help
*** installing help indices
  converting help for package 'arules'
    finding HTML links ... done
    APappearance-class                      html  
    AScontrol-class                         html  
    ASparameter-class                       html  
    Adult                                   html  
    Epub                                    html  
    Groceries                               html  
    Income                                  html  
    LIST                                    html  
    Mushroom                                html  
    SunBai                                  html  
Rd warning: /tmp/RtmpIoXGDR/R.INSTALL59cc6c1cdf74/arules/man/SunBai.Rd:28: missing file link 'transactionInfo'
    Xtrct-methods                           html  
    abbreviate                              html  
    addComplement                           html  
    affinity                                html  
    aggregate                               html  
    apriori                                 html  
    associations-class                      html  
    combine                                 html  
    coverage                                html  
    crossTable                              html  
    discretize                              html  
    dissimilarity                           html  
    duplicated                              html  
    eclat                                   html  
    hits                                    html  
    image                                   html  
    inspect                                 html  
    interestMeasure                         html  
    is.closed                               html  
    is.maximal                              html  
    is.redundant                            html  
    is.significant                          html  
    is.superset                             html  
    itemCoding                              html  
    itemFrequency                           html  
    itemFrequencyPlot                       html  
    itemMatrix-class                        html  
Rd warning: /tmp/RtmpIoXGDR/R.INSTALL59cc6c1cdf74/arules/man/itemMatrix-class.Rd:70: missing file link 'ngCMatrix-class'
Rd warning: /tmp/RtmpIoXGDR/R.INSTALL59cc6c1cdf74/arules/man/itemMatrix-class.Rd:196: missing file link 'ngCMatrix-class'
    itemsets-class                          html  
    length                                  html  
    match                                   html  
    merge                                   html  
    pmml                                    html  
    predict                                 html  
    proximity-classes                       html  
    random.transactions                     html  
    read.transactions                       html  
    ruleInduction                           html  
    rules-class                             html  
    sample                                  html  
    sets                                    html  
    setsItemwise                            html  
    size                                    html  
    sort                                    html  
    subset                                  html  
    support                                 html  
    supportingTransactions                  html  
    tidLists-class                          html  
Rd warning: /tmp/RtmpIoXGDR/R.INSTALL59cc6c1cdf74/arules/man/tidLists-class.Rd:40: missing file link 'ngCMatrix-class'
Rd warning: /tmp/RtmpIoXGDR/R.INSTALL59cc6c1cdf74/arules/man/tidLists-class.Rd:66: missing file link 'ngCMatrix-class'
Rd warning: /tmp/RtmpIoXGDR/R.INSTALL59cc6c1cdf74/arules/man/tidLists-class.Rd:120: missing file link 'ngCMatrix-class'
    transactions-class                      html  
Rd warning: /tmp/RtmpIoXGDR/R.INSTALL59cc6c1cdf74/arules/man/transactions-class.Rd:53: missing file link 'ngCMatrix-class'
    unique                                  html  
    weclat                                  html  
    write                                   html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (arules)
Making 'packages.html' ... done