mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 06:53:44 +00:00
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:
committed by
Andreas Enge
parent
0666e8f505
commit
7202bcddf2
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user