mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 3 additions and 2 deletions
|
@ -3125,18 +3125,19 @@ (define-public r-phontools
|
|||
(define-public r-np
|
||||
(package
|
||||
(name "r-np")
|
||||
(version "0.60-6")
|
||||
(version "0.60-7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "np" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y72x5j9j9mcgcy2xizk31gl843hfkngxdn8s4qw7yhw2qj79hsr"))))
|
||||
"02h62n5xclr01fx88ayp7y1s9gcnb11zb1vqshvdcq31v18h7kf2"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-boot" ,r-boot)
|
||||
("r-cubature" ,r-cubature)
|
||||
("r-quadprog" ,r-quadprog)
|
||||
("r-quantreg" ,r-quantreg)))
|
||||
(home-page "https://github.com/JeffreyRacine/R-Package-np")
|
||||
(synopsis "Non-parametric kernel smoothing methods for mixed data types")
|
||||
|
|
Loading…
Reference in a new issue