guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: r-erm: Update to 1.0-1.


From: guix-commits
Subject: 05/08: gnu: r-erm: Update to 1.0-1.
Date: Wed, 4 Mar 2020 14:19:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d7d8af8bdc2f13998a151ea853496a0347f1c253
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Mar 4 20:13:40 2020 +0100

    gnu: r-erm: Update to 1.0-1.
    
    * gnu/packages/cran.scm (r-erm): Update to 1.0-1.
    [propagated-inputs]: Add r-colorspace and r-psych.
---
 gnu/packages/cran.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6c55999..6c7c95d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20135,20 +20135,22 @@ Latent regression models and plausible value 
imputation are also supported.")
 (define-public r-erm
   (package
     (name "r-erm")
-    (version "1.0-0")
+    (version "1.0-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "eRm" version))
        (sha256
         (base32
-         "11p8j61arq1ih2qi33wf0442vcdbp3zvknzm5aknsifwl4mbzzly"))))
+         "0njqzznnhnkvalmhiq5yq1w7gwp2myki5cv61w42ydvd27hdyyg9"))))
     (properties `((upstream-name . "eRm")))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-lattice" ,r-lattice)
+     `(("r-colorspace" ,r-colorspace)
+       ("r-lattice" ,r-lattice)
        ("r-mass" ,r-mass)
-       ("r-matrix" ,r-matrix)))
+       ("r-matrix" ,r-matrix)
+       ("r-psych" ,r-psych)))
     (native-inputs `(("gfortran" ,gfortran)))
     (home-page "https://cran.r-project.org/package=eRm";)
     (synopsis "Extended Rasch modeling")



reply via email to

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