[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: r-np: Update to 0.60-7.
From: |
Tobias Geerinckx-Rice |
Subject: |
11/11: gnu: r-np: Update to 0.60-7. |
Date: |
Thu, 3 May 2018 22:03:32 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 65d66b3efc3c87f1e87ea3dbc8820039ca2383f1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri May 4 02:20:54 2018 +0200
gnu: r-np: Update to 0.60-7.
* gnu/packages/cran.scm (r-np): Update to 0.60-7.
[propagated-inputs]: Add R-QUADPROG.
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ae9d27e..4b39363 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")
- 02/11: gnu: ruby-minitest-hooks: Update to 1.4.2., (continued)
- 02/11: gnu: ruby-minitest-hooks: Update to 1.4.2., Tobias Geerinckx-Rice, 2018/05/03
- 01/11: gnu: ruby-rb-fsevent: Update to 0.10.3., Tobias Geerinckx-Rice, 2018/05/03
- 03/11: gnu: perl-crypt-openssl-rsa: Update to 0.30., Tobias Geerinckx-Rice, 2018/05/03
- 05/11: gnu: yaml-cpp: Update to 0.6.2., Tobias Geerinckx-Rice, 2018/05/03
- 06/11: gnu: r-preprocesscore: Update to 1.42.0., Tobias Geerinckx-Rice, 2018/05/03
- 07/11: gnu: r-formula: Update to 1.2-3., Tobias Geerinckx-Rice, 2018/05/03
- 10/11: gnu: r-tsp: Update to 1.1-6., Tobias Geerinckx-Rice, 2018/05/03
- 08/11: gnu: r-multtest: Update to 2.36.0., Tobias Geerinckx-Rice, 2018/05/03
- 09/11: gnu: r-later: Update to 0.7.2., Tobias Geerinckx-Rice, 2018/05/03
- 04/11: gnu: python-mako: Update to 1.0.7., Tobias Geerinckx-Rice, 2018/05/03
- 11/11: gnu: r-np: Update to 0.60-7.,
Tobias Geerinckx-Rice <=