mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: r-conquer: Update to 1.2.2.
* gnu/packages/cran.scm (r-conquer): Update to 1.2.2. [propagated-inputs]: Remove r-caret.
This commit is contained in:
parent
734c6d3c48
commit
15d3374553
1 changed files with 3 additions and 3 deletions
|
@ -26704,18 +26704,18 @@ (define-public r-rselenium
|
|||
(define-public r-conquer
|
||||
(package
|
||||
(name "r-conquer")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "conquer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0i9g27f52zl2kb2392g0y614drf6s87dqz12aphj889ajq7zjm0k"))))
|
||||
"1z07p4xcrxvnicwgga7hqvqzcxavwirw828285i0xlnz54rqhsc8"))))
|
||||
(properties `((upstream-name . "conquer")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-caret r-matrix r-matrixstats r-rcpp r-rcpparmadillo))
|
||||
(list r-matrix r-matrixstats r-rcpp r-rcpparmadillo))
|
||||
(home-page "https://github.com/XiaoouPan/conquer")
|
||||
(synopsis "Convolution-type smoothed quantile regression")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue