gnu: r-irtoys: Update to 0.2.2.
* gnu/packages/cran.scm (r-irtoys): Update to 0.2.2. [native-inputs]: Add r-knitr.master
parent
d690341eee
commit
984542a9cd
|
@ -25293,18 +25293,20 @@ elimination, and a simulation module for various binary data matrices.")
|
||||||
(define-public r-irtoys
|
(define-public r-irtoys
|
||||||
(package
|
(package
|
||||||
(name "r-irtoys")
|
(name "r-irtoys")
|
||||||
(version "0.2.1")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "irtoys" version))
|
(uri (cran-uri "irtoys" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
|
"1qshz6czykgf53mq6xiswzv5xsjwrkrinpfkf1yavql4v08hs82b"))))
|
||||||
(properties `((upstream-name . "irtoys")))
|
(properties `((upstream-name . "irtoys")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ltm r-sm))
|
(list r-ltm r-sm))
|
||||||
|
(native-inputs
|
||||||
|
(list r-knitr))
|
||||||
(home-page "https://cran.r-project.org/package=irtoys")
|
(home-page "https://cran.r-project.org/package=irtoys")
|
||||||
(synopsis "Collection of functions related to Item Response Theory (IRT)")
|
(synopsis "Collection of functions related to Item Response Theory (IRT)")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue