mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-irtoys: Update to 0.2.2.
* gnu/packages/cran.scm (r-irtoys): Update to 0.2.2. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
d690341eee
commit
984542a9cd
1 changed files with 4 additions and 2 deletions
|
@ -25293,18 +25293,20 @@ (define-public r-erm
|
|||
(define-public r-irtoys
|
||||
(package
|
||||
(name "r-irtoys")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "irtoys" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
|
||||
"1qshz6czykgf53mq6xiswzv5xsjwrkrinpfkf1yavql4v08hs82b"))))
|
||||
(properties `((upstream-name . "irtoys")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ltm r-sm))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://cran.r-project.org/package=irtoys")
|
||||
(synopsis "Collection of functions related to Item Response Theory (IRT)")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue