-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ian Johnson
authored
Apr 20, 2020
1 parent
99d03c4
commit 5c59c91
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Authors@R: c( | |
person("Tyler", "Giallanza", role=c("ctb")) | ||
) | ||
Description: Provides the infrastructure for association rule-based classification including algorithms like Classification Based on Associations (CBA). | ||
Maintainer: Ian Johnson <[email protected]> | ||
Maintainer: Michael Hahsler <[email protected]> | ||
Depends: R (>= 3.5.0), Matrix (>= 1.2-0), arules (>= 1.6-5) | ||
Imports: methods, discretization (>= 1.0-1), glmnet (>= 2.0-16) | ||
Suggests: testthat, RWeka, rJava | ||
|