me
/
guix
Archived
1
0
Fork 0

gnu: r-psych: Update to 2.2.3.

* gnu/packages/cran.scm (r-psych): Update to 2.2.3.
master
Ricardo Wurmus 2022-04-11 18:01:06 +02:00
parent b17977beeb
commit 8cb09ced1a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5212,14 +5212,14 @@ problems as well as resampling based estimators of prediction error.")
(define-public r-psych
(package
(name "r-psych")
(version "2.1.9")
(version "2.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "psych" version))
(sha256
(base32
"032h33i2qlwsw2iq82nri5y8hs7d593w40aghcvnibpi2wxf0x8l"))))
"0fi7gcaxcb1mdyfpgjm03sxz3qgp1s0hnrgx8pyswni5skb903pn"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice r-mnormt r-nlme))