mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: r-openmx: Update to 2.20.0.
* gnu/packages/cran.scm (r-openmx): Update to 2.20.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
de028661df
commit
0a2718ea53
1 changed files with 3 additions and 3 deletions
|
@ -23942,14 +23942,14 @@ (define-public r-rpf
|
||||||
(define-public r-openmx
|
(define-public r-openmx
|
||||||
(package
|
(package
|
||||||
(name "r-openmx")
|
(name "r-openmx")
|
||||||
(version "2.19.8")
|
(version "2.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "OpenMx" version))
|
(uri (cran-uri "OpenMx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q37mwxqhgdi05rwdfwfapgazfp541xsvw3yskf21lv11y2yjjyb"))))
|
"1flkm5nsvdnqhjayzajv80lsvjbh21v4zbm7ak09051x0giv3shj"))))
|
||||||
(properties `((upstream-name . "OpenMx")))
|
(properties `((upstream-name . "OpenMx")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -23963,7 +23963,7 @@ (define-public r-openmx
|
||||||
r-rcppparallel
|
r-rcppparallel
|
||||||
r-rpf
|
r-rpf
|
||||||
r-stanheaders))
|
r-stanheaders))
|
||||||
(native-inputs (list gfortran))
|
(native-inputs (list r-knitr gfortran))
|
||||||
(home-page "http://openmx.ssri.psu.edu")
|
(home-page "http://openmx.ssri.psu.edu")
|
||||||
(synopsis "Extended structural equation modelling")
|
(synopsis "Extended structural equation modelling")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue