guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/23: gnu: r-bbmle: Update to 1.0.22.


From: guix-commits
Subject: 11/23: gnu: r-bbmle: Update to 1.0.22.
Date: Fri, 20 Dec 2019 16:04:16 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6b662ce33ea419c01c27cf862d8355315912c231
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 20 21:04:01 2019 +0100

    gnu: r-bbmle: Update to 1.0.22.
    
    * gnu/packages/cran.scm (r-bbmle): Update to 1.0.22.
    [propagated-inputs]: Add r-bdsmatrix, r-matrix, and r-mvtnorm.
---
 gnu/packages/cran.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index dfa9b1e..4430972 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2384,18 +2384,21 @@ matrices, a special case of sparse matrices.")
 (define-public r-bbmle
   (package
     (name "r-bbmle")
-    (version "1.0.20")
+    (version "1.0.22")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "bbmle" version))
        (sha256
         (base32
-         "1xzij7swrrzl5ly8l3lw6awh486zcm00251dwqws1y23fbgyh3vc"))))
+         "1idn55w5f3iw4r0ydyww8xyinninw07sxlwfqb565vmdrs87dwl4"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-lattice" ,r-lattice)
+     `(("r-bdsmatrix" ,r-bdsmatrix)
+       ("r-lattice" ,r-lattice)
        ("r-mass" ,r-mass)
+       ("r-matrix" ,r-matrix)
+       ("r-mvtnorm" ,r-mvtnorm)
        ("r-numderiv" ,r-numderiv)))
     (home-page "https://cran.r-project.org/web/packages/bbmle";)
     (synopsis "Tools for General Maximum Likelihood Estimation")



reply via email to

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