gnu: r-simr: Update to 1.0.6.
* gnu/packages/statistics.scm (r-simr): Update to 1.0.6. [propagated-inputs]: Add r-lmertest. [synopsis]: Change case and spelling. [description]: Use complete sentences.
This commit is contained in:
parent
6c30609f23
commit
b6a1cc89d4
1 changed files with 21 additions and 20 deletions
|
@ -7033,34 +7033,35 @@ experiment via several parameterizations")
|
||||||
(define-public r-simr
|
(define-public r-simr
|
||||||
(package
|
(package
|
||||||
(name "r-simr")
|
(name "r-simr")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "simr" version))
|
(uri (cran-uri "simr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1j5w93iliykfnpxl9kzh1rp6d3iy26ksj3j7yjl348yvplh0iyjl"))))
|
(base32 "1q8ip54c5pc7pjf8127jpk56nr3f8rmwqdcrr84faj4lfbr27wqb"))))
|
||||||
(properties `((upstream-name . "simr")))
|
(properties `((upstream-name . "simr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-binom
|
(list r-binom
|
||||||
r-car
|
r-car
|
||||||
r-iterators
|
r-iterators
|
||||||
r-lme4
|
r-lme4
|
||||||
r-pbkrtest
|
r-lmertest
|
||||||
r-plotrix
|
r-pbkrtest
|
||||||
r-plyr
|
r-plotrix
|
||||||
r-rlrsim
|
r-plyr
|
||||||
r-stringr))
|
r-rlrsim
|
||||||
|
r-stringr))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/pitakakariki/simr")
|
(home-page "https://github.com/pitakakariki/simr")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Power Analysis for Generalised Linear Mixed Models by Simulation")
|
"Power analysis for generalized linear mixed models by simulation")
|
||||||
(description
|
(description
|
||||||
"Calculate power for generalised linear mixed models, using
|
"This package lets you calculate power for generalized linear mixed
|
||||||
simulation. Designed to work with models fit using the
|
models, using simulation. It was designed to work with models fit using the
|
||||||
@code{lme4} package. Described in @url{doi:10.1111/2041-210X.12504,
|
@code{lme4} package. The package is described in
|
||||||
Green and MacLeod (2016)}.")
|
@url{doi:10.1111/2041-210X.12504, Green and MacLeod (2016)}.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-mixedpower
|
(define-public r-mixedpower
|
||||||
|
|
Reference in a new issue