diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-23 13:33:38 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-23 14:01:36 +0100 |
commit | 0a2718ea53f343be8e7e09d99c4d52f1f9f4bb2c (patch) | |
tree | 7524256fec87c8ef02c258d4b2adcf6a1362327a | |
parent | de028661df7824b04359e389384ff81d389cabd2 (diff) | |
download | guix-0a2718ea53f343be8e7e09d99c4d52f1f9f4bb2c.tar.gz |
gnu: r-openmx: Update to 2.20.0.
* gnu/packages/cran.scm (r-openmx): Update to 2.20.0. [native-inputs]: Add r-knitr.
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files 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 |