1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-psych: Update to 2.6.3.

* gnu/packages/cran.scm (r-psych): Update to 2.6.3.

Change-Id: Id32e1e58f52f9c9c3ab9fec1d3ce255a0a75cf7e
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:07 +01:00
parent 5c19121c78
commit 26c054dc12

View File

@@ -20846,14 +20846,14 @@ problems as well as resampling based estimators of prediction error.")
(define-public r-psych
(package
(name "r-psych")
(version "2.6.1")
(version "2.6.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "psych" version))
(sha256
(base32
"1y0ikq75dfw7sy96j6xjfm46r8998bhmbzgvxxdp1ahvy0k9cqnh"))))
"0n3jnaazmvlgs796kqp72s4v7ndk61ci4jz9k86dmvhcqd7bnqaw"))))
(build-system r-build-system)
(propagated-inputs
(list r-gparotation r-lattice r-mnormt r-nlme))