me
/
guix
Archived
1
0
Fork 0

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.
Ricardo Wurmus 2022-06-13 14:22:04 +02:00
parent 789c7ab505
commit 35124d0087
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 3 deletions

View File

@ -6432,18 +6432,21 @@ popular stats packages like SAS, Stata and SPSS.")
(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