gnu: r-rrcov: Move to (gnu packages cran).

* gnu/packages/statistics.scm (r-rrcov): Move from here...
* gnu/packages/cran.scm (r-rrcov): ...to here.

Change-Id: I6a6ad60b8b74c66433ef8807c2244d70fceb32ef
This commit is contained in:
Ricardo Wurmus
2026-02-16 17:03:28 +01:00
committed by Andreas Enge
parent 0666e8f505
commit 7202bcddf2
2 changed files with 23 additions and 23 deletions

View File

@@ -7448,6 +7448,29 @@ and efficient notifications (and file transfer) between computers, phones and
tablets.")
(license license:gpl2+)))
(define-public r-rrcov
(package
(name "r-rrcov")
(version "1.7-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "rrcov" version))
(sha256
(base32
"1xbhrpmb3bn4h83kr214jmhr0rx5mgjrf396iz70mnq3g425lbqb"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice r-mvtnorm r-pcapp r-robustbase))
(native-inputs
(list gfortran r-mass))
(home-page "https://cran.r-project.org/web/packages/rrcov")
(synopsis "Scalable robust estimators with high breakdown point")
(description
"This package provides an implementation of robust location and scatter
estimation and robust multivariate analysis with high breakdown point.")
(license license:gpl2+)))
(define-public r-runner
(package
(name "r-runner")

View File

@@ -2098,29 +2098,6 @@ dispersion modeling and Tweedie power-law families.")
;; Statmod is distributed under either license
(license (list license:gpl2 license:gpl3))))
(define-public r-rrcov
(package
(name "r-rrcov")
(version "1.7-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "rrcov" version))
(sha256
(base32
"1xbhrpmb3bn4h83kr214jmhr0rx5mgjrf396iz70mnq3g425lbqb"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice r-mvtnorm r-pcapp r-robustbase))
(native-inputs
(list gfortran r-mass))
(home-page "https://cran.r-project.org/web/packages/rrcov")
(synopsis "Scalable robust estimators with high breakdown Point")
(description
"This package provides an implementation of robust location and scatter
estimation and robust multivariate analysis with high breakdown point.")
(license license:gpl2+)))
(define-public r-trimcluster
(package
(name "r-trimcluster")