mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add r-pwr.
* gnu/packages/cran.scm (r-pwr): New variable.
This commit is contained in:
parent
55a08dceb5
commit
63fcb88a50
1 changed files with 21 additions and 0 deletions
|
@ -6377,3 +6377,24 @@ (define-public r-emmeans
|
|||
comparisons of slopes.")
|
||||
;; Either version of the license.
|
||||
(license (list license:gpl2 license:gpl3))))
|
||||
|
||||
(define-public r-pwr
|
||||
(package
|
||||
(name "r-pwr")
|
||||
(version "1.2-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pwr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r5g781lr677vp3zyhgmi7r68c87l8gd05l1s3ffnxgn5wf043sm"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/heliosdrm/pwr")
|
||||
(synopsis "Basic functions for power analysis")
|
||||
(description
|
||||
"This package provides power analysis functions along the lines of
|
||||
Cohen (1988).")
|
||||
(license license:gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue