summaryrefslogtreecommitdiff
path: root/gnu/packages/statistics.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-02-16 15:40:08 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-07 11:57:19 +0100
commitba96de82f8d9daa776b652bad5b87f68404305d0 (patch)
tree5c92f0257afd27c204741e03135d99d6442ef2c7 /gnu/packages/statistics.scm
parent4240fb7d46a6929f2285d0d22486c3b9ed220654 (diff)
gnu: r-randomforest: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-randomforest): Move from here... * gnu/packages/cran.scm (r-randomforest): ...to here. Change-Id: I74f2cdf3f9596da6d5925640a1d46a2942cf3b5a
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r--gnu/packages/statistics.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 8414a0faec0..6735ef3e210 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2631,28 +2631,6 @@ dataset in O(N log N) time using Arya and Mount's ANN library. Provides
approximate, exact searches, fixed radius searches, bd and kb trees.")
(license license:gpl3+)))
-(define-public r-randomforest
- (package
- (name "r-randomforest")
- (version "4.7-1.2")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "randomForest" version))
- (sha256
- (base32
- "04aan0wzkfdl2nh4z8fls7qhgz80xl7px7c4282dbfj8nqkk5lxa"))))
- (properties `((upstream-name . "randomForest")))
- (build-system r-build-system)
- (home-page "https://www.stat.berkeley.edu/~breiman/RandomForests/")
- (native-inputs
- (list gfortran))
- (synopsis "Breiman and Cutler's random forests for classification and regression")
- (description
-"This package provides the Breiman and Cutler's random forests algorithm, based on a
-forest of trees using random inputs, for classification and regression.")
- (license license:gpl2+)))
-
(define-public r-robustbase
(package
(name "r-robustbase")