rekado pushed a commit to branch master
in repository guix.
commit 0f6c4957558d49702e81307e18472028b8ee3294
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu May 22 08:12:23 2025 +0200
gnu: r-openmx: Update to 2.22.6.
* gnu/packages/cran.scm (r-openmx): Update to 2.22.6.
[native-inputs]: Add r-mvtnorm.
Change-Id: If7414b663055844e11516a664e4c4f9e470cd0a7
---
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 57894e207e..2bc79ad267 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -44515,14 +44515,14 @@ Complete access to optimized C functions is made
available with
(define-public r-openmx
(package
(name "r-openmx")
- (version "2.21.13")
+ (version "2.22.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "OpenMx" version))
(sha256
(base32
- "1g3g5pipzg3xnzvjk17ykmhlhmljy9mh2gqd6v2ga1b5z4mkbjrj"))))
+ "14gqvshvim161cl958n2h49p8jz7wgs8zjl66q5bk47rbqiaiw16"))))
(properties `((upstream-name . "OpenMx")))
(build-system r-build-system)
(propagated-inputs
@@ -44536,7 +44536,7 @@ Complete access to optimized C functions is made
available with
r-rcppparallel
r-rpf
r-stanheaders))
- (native-inputs (list gfortran r-knitr r-numderiv r-testthat))
+ (native-inputs (list gfortran r-knitr r-mvtnorm r-numderiv r-testthat))
(home-page "http://openmx.ssri.psu.edu")
(synopsis "Extended structural equation modelling")
(description