guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]