mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-quantpsyc: Update to 1.6.
* gnu/packages/statistics.scm (r-quantpsyc): Update to 1.6. [propagated-inputs]: Add r-dplyr and r-purrr.
This commit is contained in:
parent
789c7ab505
commit
35124d0087
1 changed files with 6 additions and 3 deletions
|
@ -6432,18 +6432,21 @@ (define-public readstat
|
|||
(define-public r-quantpsyc
|
||||
(package
|
||||
(name "r-quantpsyc")
|
||||
(version "1.5")
|
||||
(version "1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "QuantPsyc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i9bh88r8zxndzjqsj14qw64gnvm5a9kvhjhzk3qsrvl3qzjgh93"))))
|
||||
"1dbj830p5837fiwa800nzsaf19lf95vc3n7jmds2q9v06mrz6syq"))))
|
||||
(properties `((upstream-name . "QuantPsyc")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-boot r-mass))
|
||||
(list r-boot
|
||||
r-dplyr
|
||||
r-mass
|
||||
r-purrr))
|
||||
(home-page "https://cran.r-project.org/web/packages/QuantPsyc/")
|
||||
(synopsis "Quantitative Psychology Tools")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue