This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
forked from cran/arules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.61 KB
/
DESCRIPTION
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
Package: arules
Version: 1.6-3
Date: 2019-03-06
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("Ian", "Johnson", role = c("ctb", "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
C implementations of the association mining algorithms Apriori and Eclat.
Classification/ACM: G.4, H.2.8, I.5.1
URL: https://github.com/mhahsler/arules
BugReports: https://github.com/mhahsler/arules/issues
Depends: R (>= 3.4.0), Matrix (>= 1.2-0)
Imports: stats, methods, graphics, utils
Suggests: pmml, XML, arulesViz, testthat
License: GPL-3
Copyright: The source code for Apriori and Eclat 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: 2019-03-07 00:16:16 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph],
Christian Buchta [aut, cph],
Bettina Gruen [aut, cph],
Kurt Hornik [aut, cph],
Ian Johnson [ctb, cph],
Christian Borgelt [ctb, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2019-03-07 09:22:59 UTC