gnu: r-reghelper: Update to 1.1.2.
* gnu/packages/statistics.scm (r-reghelper): Update to 1.1.2. [propagated-inputs]: Add r-rlang.
This commit is contained in:
parent
3d402fbf1d
commit
2afa9353a0
1 changed files with 3 additions and 3 deletions
|
@ -7553,16 +7553,16 @@ (define-public r-colorway
|
|||
(define-public r-reghelper
|
||||
(package
|
||||
(name "r-reghelper")
|
||||
(version "1.1.1")
|
||||
(version "1.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "reghelper" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v1987rs6kcpizfhrp3hxsyx9arn5vsbapjfgj9478j73mm844ji"))))
|
||||
"1vd8kd719kyjp65zym6zx3vax1q2kbhpl6la71d5aa59s54ylri3"))))
|
||||
(properties `((upstream-name . "reghelper")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ggplot2 r-lme4 r-mass r-nlme))
|
||||
(propagated-inputs (list r-ggplot2 r-lme4 r-mass r-nlme r-rlang))
|
||||
(home-page "https://github.com/jeff-hughes/reghelper")
|
||||
(synopsis "Helper Functions for Regression Analysis")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue