mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-erm: Update to 1.0-1.
* gnu/packages/cran.scm (r-erm): Update to 1.0-1. [propagated-inputs]: Add r-colorspace and r-psych.
This commit is contained in:
parent
3afdf6e440
commit
d7d8af8bdc
1 changed files with 6 additions and 4 deletions
|
@ -20135,20 +20135,22 @@ (define-public r-tam
|
||||||
(define-public r-erm
|
(define-public r-erm
|
||||||
(package
|
(package
|
||||||
(name "r-erm")
|
(name "r-erm")
|
||||||
(version "1.0-0")
|
(version "1.0-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "eRm" version))
|
(uri (cran-uri "eRm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11p8j61arq1ih2qi33wf0442vcdbp3zvknzm5aknsifwl4mbzzly"))))
|
"0njqzznnhnkvalmhiq5yq1w7gwp2myki5cv61w42ydvd27hdyyg9"))))
|
||||||
(properties `((upstream-name . "eRm")))
|
(properties `((upstream-name . "eRm")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)
|
`(("r-colorspace" ,r-colorspace)
|
||||||
|
("r-lattice" ,r-lattice)
|
||||||
("r-mass" ,r-mass)
|
("r-mass" ,r-mass)
|
||||||
("r-matrix" ,r-matrix)))
|
("r-matrix" ,r-matrix)
|
||||||
|
("r-psych" ,r-psych)))
|
||||||
(native-inputs `(("gfortran" ,gfortran)))
|
(native-inputs `(("gfortran" ,gfortran)))
|
||||||
(home-page "https://cran.r-project.org/package=eRm")
|
(home-page "https://cran.r-project.org/package=eRm")
|
||||||
(synopsis "Extended Rasch modeling")
|
(synopsis "Extended Rasch modeling")
|
||||||
|
|
Loading…
Reference in a new issue