gnu: r-np: Update to 0.60-7.
* gnu/packages/cran.scm (r-np): Update to 0.60-7. [propagated-inputs]: Add R-QUADPROG.
This commit is contained in:
parent
127522c494
commit
65d66b3efc
|
@ -3125,18 +3125,19 @@ creation and manipulation of WAVE audio files.")
|
||||||
(define-public r-np
|
(define-public r-np
|
||||||
(package
|
(package
|
||||||
(name "r-np")
|
(name "r-np")
|
||||||
(version "0.60-6")
|
(version "0.60-7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "np" version))
|
(uri (cran-uri "np" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y72x5j9j9mcgcy2xizk31gl843hfkngxdn8s4qw7yhw2qj79hsr"))))
|
"02h62n5xclr01fx88ayp7y1s9gcnb11zb1vqshvdcq31v18h7kf2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-boot" ,r-boot)
|
`(("r-boot" ,r-boot)
|
||||||
("r-cubature" ,r-cubature)
|
("r-cubature" ,r-cubature)
|
||||||
|
("r-quadprog" ,r-quadprog)
|
||||||
("r-quantreg" ,r-quantreg)))
|
("r-quantreg" ,r-quantreg)))
|
||||||
(home-page "https://github.com/JeffreyRacine/R-Package-np")
|
(home-page "https://github.com/JeffreyRacine/R-Package-np")
|
||||||
(synopsis "Non-parametric kernel smoothing methods for mixed data types")
|
(synopsis "Non-parametric kernel smoothing methods for mixed data types")
|
||||||
|
|
Loading…
Reference in New Issue