-
Notifications
You must be signed in to change notification settings - Fork 26
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
Aloysius Lim
committed
Oct 21, 2015
1 parent
ae16484
commit 8ea6c12
Showing
3 changed files
with
18 additions
and
11 deletions.
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: bigrf | ||
Version: 0.1-11 | ||
Date: 2014-05-16 | ||
Version: 0.1-12 | ||
Date: 2015-10-21 | ||
Title: Big Random Forests: Classification and Regression Forests for Large Data Sets | ||
Authors@R: c(person("Aloysius", "Lim", role = c("aut", "cre"), | ||
email="[email protected]"), | ||
person("Leo", "Breiman", role = "aut"), | ||
person("Adele", "Cutler", role = "aut")) | ||
Maintainer: Aloysius Lim <[email protected]> | ||
OS_type: unix | ||
Depends: R (>= 2.14), methods, bigmemory | ||
Depends: R (>= 2.14), methods, bigmemory (>= 4.5.8) | ||
Imports: foreach | ||
Suggests: MASS, doParallel | ||
LinkingTo: bigmemory, BH | ||
|
@@ -25,6 +25,6 @@ Description: This is an implementation of Leo Breiman's and Adele Cutler's | |
implemented. More functionality and regression trees may be added in the | ||
future. | ||
License: GPL-3 | ||
Copyright: 2013-2014 Aloysius Lim | ||
Copyright: 2013-2015 Aloysius Lim | ||
URL: https://github.com/aloysius-lim/bigrf | ||
BugReports: https://github.com/aloysius-lim/bigrf/issues |
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
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