Skip to content

Commit

Permalink
Updated to version 0.1-12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloysius Lim committed Oct 21, 2015
1 parent ae16484 commit 8ea6c12
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
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
Expand All @@ -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
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ For a detailed list of changes, see git commit history at
https://github.com/aloysius-lim/bigrf.


Changes in version 0.1-12 (21st Oct 2015)

Package updates:

* Updated for compatability with bigmemory 4.5.8.


Changes in version 0.1-11 (16th May 2014)

Package updates:
Expand Down
14 changes: 7 additions & 7 deletions man/bigrf-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
\details{
\tabular{ll}{
Package: \tab bigrf\cr
Version: \tab 0.1-11\cr
Date: \tab 2014-05-16\cr
Version: \tab 0.1-12\cr
Date: \tab 2015-10-21\cr
OS_type: \tab unix\cr
Depends: \tab R (>= 2.14), methods, bigmemory\cr
Depends: \tab R (>= 2.14), methods, bigmemory (>= 4.5.8)\cr
Imports: \tab foreach\cr
Suggests: \tab MASS, doParallel\cr
LinkingTo: \tab bigmemory, BH\cr
License: \tab GPL-3\cr
Copyright: \tab 2013-2014 Aloysius Lim\cr
Copyright: \tab 2013-2015 Aloysius Lim\cr
URL: \tab \url{https://github.com/aloysius-lim/bigrf}\cr
BugReports: \tab \url{https://github.com/aloysius-lim/bigrf/issues}\cr
}
Expand Down Expand Up @@ -64,14 +64,14 @@
}
\author{
Original Fortran77 code by Leo Breiman and Adele Cutler.
R port with disk caching and parallelization enhancements by Aloysius Lim.
Maintainer: Aloysius Lim
}
\references{
Breiman, L. (2001). Random forests. \emph{Machine learning}, \bold{45(1)}, 5-32.
Breiman, L. & Cutler, A. (n.d.). Random Forests. Retrieved from \url{http://www.stat.berkeley.edu/~breiman/RandomForests/cc_home.htm}.
}
\seealso{
Expand Down

0 comments on commit 8ea6c12

Please sign in to comment.