Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update maintainer and update version to 2.0.5 #347

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Package: rerf
Type: Package
Title: Randomer Forest
Version: 2.0.4
Date: 2019-03-15
Version: 2.0.5
Date: 2020-05-04
Authors@R: c(
person("Jesse", "Patsolic", role = c("ctb", "cre"), email = "[email protected]"),
person("Benjamin", "Falk", role = "ctb", email = "[email protected]"),
person("Meghana", "Madhyastha", role = c("ctb", "cre"), email = "[email protected]"),
person("Jaewon", "Chung", role = "ctb", email = "[email protected]"),
person("James", "Browne", role = "aut", email = "[email protected]"),
person("Tyler", "Tomita", role = "aut", email = "[email protected]"),
person("Jesse", "Patsolic", role = "ctb", email = "[email protected]"),
person("Benjamin", "Falk", role = "ctb", email = "[email protected]"),
person("Joshua", "Vogelstein", role = "ths", email = "[email protected]")
)
Description: R-RerF (aka Randomer Forest (RerF) or Random Projection
Expand All @@ -30,9 +31,11 @@ Depends: R (>= 3.3.0), Rcpp (>= 1.0.0)
License: Apache License 2.0 | file LICENSE
URL: https://github.com/neurodata/R-RerF
BugReports: https://github.com/neurodata/R-RerF/issues
Contact: NeuroData Software <[email protected]>
Imports: parallel, RcppZiggurat, utils, stats, dummies, mclust
Suggests: roxygen2 (>= 5.0.0), testthat
LinkingTo: Rcpp, RcppArmadillo
SystemRequirements: GNU make
ByteCompile: true
RoxygenNote: 6.1.1
RoxygenNote: 7.1.0
RcppModules: forestPackingRConversion
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Changes in 2.0.5:

* Update maintainer.

## Changes in 2.0.4:

* Updated tests to accomodate the new `sample()` algorithm in R 3.5.3

## Changes in 2.0.3:

* The `PrintTree` function has been added to aid in viewing the
Expand Down
20 changes: 17 additions & 3 deletions man/BuildTree.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions man/GrowUnsupervisedForest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/OOBPredict.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions man/Predict.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 21 additions & 7 deletions man/RerF.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions man/Urerf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions man/mnist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.