mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: r-lme4: Update to 1.1-13.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-13. [propagated-inputs]: Add r-lattice and r-matrix.
This commit is contained in:
parent
0d5bc9382a
commit
96071a6db2
1 changed files with 5 additions and 3 deletions
|
@ -4933,20 +4933,22 @@ (define-public r-nloptr
|
||||||
(define-public r-lme4
|
(define-public r-lme4
|
||||||
(package
|
(package
|
||||||
(name "r-lme4")
|
(name "r-lme4")
|
||||||
(version "1.1-12")
|
(version "1.1-13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "lme4" version))
|
(uri (cran-uri "lme4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j60l5kgx1wvw2wm3jwfqwi63hammaq8gfcxzwa4h552likvaxi9"))))
|
"13j4a721rx0272pdxrz6nabjv56xb6srklq5w4z1abc82lyvda2z"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-rcpp" ,r-rcpp)
|
`(("r-rcpp" ,r-rcpp)
|
||||||
("r-rcppeigen" ,r-rcppeigen)))
|
("r-rcppeigen" ,r-rcppeigen)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-minqa" ,r-minqa)
|
`(("r-lattice" ,r-lattice)
|
||||||
|
("r-matrix" ,r-matrix)
|
||||||
|
("r-minqa" ,r-minqa)
|
||||||
("r-nloptr" ,r-nloptr)
|
("r-nloptr" ,r-nloptr)
|
||||||
("r-mass" ,r-mass)
|
("r-mass" ,r-mass)
|
||||||
("r-nlme" ,r-nlme)))
|
("r-nlme" ,r-nlme)))
|
||||||
|
|
Loading…
Reference in a new issue