mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: r-weights: Update to 1.0.2.
* gnu/packages/cran.scm (r-weights): Update to 1.0.2. [propagated-inputs]: Add r-lme4.
This commit is contained in:
parent
eb991f3168
commit
caeed0e512
1 changed files with 4 additions and 4 deletions
|
@ -11612,21 +11612,21 @@ (define-public r-r2glmm
|
||||||
(define-public r-weights
|
(define-public r-weights
|
||||||
(package
|
(package
|
||||||
(name "r-weights")
|
(name "r-weights")
|
||||||
(version "1.0.1")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "weights" version))
|
(uri (cran-uri "weights" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ka2kvzg464vn80qziqy4mrciy9wwd3jfasgq0d33wbiblhmxkj5"))))
|
"1sq8ls5idspddn8m2c8n2107lgx53kbach8vgjrhqx1mc6xfvrvw"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-gdata" ,r-gdata)
|
`(("r-gdata" ,r-gdata)
|
||||||
("r-hmisc" ,r-hmisc)
|
("r-hmisc" ,r-hmisc)
|
||||||
|
("r-lme4" ,r-lme4)
|
||||||
("r-mice" ,r-mice)))
|
("r-mice" ,r-mice)))
|
||||||
(home-page
|
(home-page "https://cran.r-project.org/web/packages/weights/")
|
||||||
"https://cran.r-project.org/web/packages/weights/")
|
|
||||||
(synopsis "Weighting and weighted statistics")
|
(synopsis "Weighting and weighted statistics")
|
||||||
(description "This package Provides a variety of functions for producing
|
(description "This package Provides a variety of functions for producing
|
||||||
simple weighted statistics, such as weighted Pearson's correlations, partial
|
simple weighted statistics, such as weighted Pearson's correlations, partial
|
||||||
|
|
Loading…
Reference in a new issue