mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-openmx: Update to 2.21.11.
* gnu/packages/cran.scm (r-openmx): Update to 2.21.11. Change-Id: I1349e0965508f42d183d2e705c356fdd3ac9faf0
This commit is contained in:
parent
4d272fa3a9
commit
51702785da
1 changed files with 3 additions and 3 deletions
|
@ -31364,14 +31364,14 @@ (define-public r-rpf
|
|||
(define-public r-openmx
|
||||
(package
|
||||
(name "r-openmx")
|
||||
(version "2.21.10")
|
||||
(version "2.21.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "OpenMx" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kll5iim5l71dxkjd8y9ma1494818j369gp92qdsy3x6lxy244ym"))))
|
||||
"1k3i82higil43w4pryg1ghpswa8vxmc28dcv60gvkmmjrnwp098m"))))
|
||||
(properties `((upstream-name . "OpenMx")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -31385,7 +31385,7 @@ (define-public r-openmx
|
|||
r-rcppparallel
|
||||
r-rpf
|
||||
r-stanheaders))
|
||||
(native-inputs (list r-knitr gfortran))
|
||||
(native-inputs (list gfortran r-knitr))
|
||||
(home-page "http://openmx.ssri.psu.edu")
|
||||
(synopsis "Extended structural equation modelling")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue