-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
26 lines (26 loc) · 859 Bytes
/
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
Package: Rpriori
Version: 1.0
Date: 2018-08-31
Title: Implementation of the Apriori Algorithm
Description: This package includes a full implementation of the Apriori algorithm. It comes with a S4 class structure as well as many convenience functions such as print, plot or summary.
Authors@R: c(person("Tim", "Toebrock", role = c("aut", "cre"), email = "[email protected]"),
person("Andreas", "Buchmueller", role = "aut", email = "[email protected]"))
Depends: R (>= 3.4.0)
Imports: Matrix (>= 1.2),
methods,
arules(>= 1.5-0),
ggplot2(>= 2.3.0)
License: GPL-3
LazyData: true
RoxygenNote: 6.1.0
Suggests: testthat
Collate:
'AssociationRules.R'
'CoerceTypes.R'
'DetSupport.R'
'FindFrequentItemsets.R'
'GenCandidates.R'
'HelperFunctions.R'
'allClasses.R'
'allMethods.R'
'data.R'