diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-04 02:20:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-04 03:53:41 +0200 |
commit | 65d66b3efc3c87f1e87ea3dbc8820039ca2383f1 (patch) | |
tree | 1e1319ea65aa8487e08dad4930530b24471e416a /gnu | |
parent | 127522c49464e33293bdce52390ba2f8b1e2e7fa (diff) | |
download | patches-65d66b3efc3c87f1e87ea3dbc8820039ca2383f1.tar patches-65d66b3efc3c87f1e87ea3dbc8820039ca2383f1.tar.gz |
gnu: r-np: Update to 0.60-7.
* gnu/packages/cran.scm (r-np): Update to 0.60-7.
[propagated-inputs]: Add R-QUADPROG.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ae9d27e514..4b3936333a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3125,18 +3125,19 @@ creation and manipulation of WAVE audio files.") (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") |