mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: r-psych: Update to 2.4.6.26.
* gnu/packages/cran.scm (r-psych): Update to 2.4.6.26. [propagated-inputs]: Add r-gparotation. Change-Id: Ib24f6097db84d4728767c793b9ae0bccf51eb601
This commit is contained in:
parent
07e2f9ebaf
commit
10f54bb9c4
1 changed files with 3 additions and 3 deletions
|
@ -9651,17 +9651,17 @@ (define-public r-ipred
|
|||
(define-public r-psych
|
||||
(package
|
||||
(name "r-psych")
|
||||
(version "2.4.3")
|
||||
(version "2.4.6.26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "psych" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ic479y314knn20m1cjlp15lji7f70xrg95ln570pgkhrk5853bi"))))
|
||||
"1gnjpcpqlviyyj5myhy440fj1zwx14b9jwhp5907yyhhw2ail69d"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lattice r-mnormt r-nlme))
|
||||
(list r-gparotation r-lattice r-mnormt r-nlme))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://cran.r-project.org/web/packages/psych/")
|
||||
|
|
Loading…
Reference in a new issue