guix-commits
[Top][All Lists]
Advanced

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

44/67: gnu: r-openmx: Update to 2.20.0.


From: guix-commits
Subject: 44/67: gnu: r-openmx: Update to 2.20.0.
Date: Sun, 23 Jan 2022 08:06:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0a2718ea53f343be8e7e09d99c4d52f1f9f4bb2c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 23 13:33:38 2022 +0100

    gnu: r-openmx: Update to 2.20.0.
    
    * gnu/packages/cran.scm (r-openmx): Update to 2.20.0.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9bc70c36a2..b2947b03d9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23942,14 +23942,14 @@ Complete access to optimized C functions is made 
available with
 (define-public r-openmx
   (package
     (name "r-openmx")
-    (version "2.19.8")
+    (version "2.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "OpenMx" version))
        (sha256
         (base32
-         "0q37mwxqhgdi05rwdfwfapgazfp541xsvw3yskf21lv11y2yjjyb"))))
+         "1flkm5nsvdnqhjayzajv80lsvjbh21v4zbm7ak09051x0giv3shj"))))
     (properties `((upstream-name . "OpenMx")))
     (build-system r-build-system)
     (propagated-inputs
@@ -23963,7 +23963,7 @@ Complete access to optimized C functions is made 
available with
            r-rcppparallel
            r-rpf
            r-stanheaders))
-    (native-inputs (list gfortran))
+    (native-inputs (list r-knitr gfortran))
     (home-page "http://openmx.ssri.psu.edu";)
     (synopsis "Extended structural equation modelling")
     (description



reply via email to

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