mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-effects: Update to 4.2-2.
* gnu/packages/statistics.scm (r-effects): Update to 4.2-2. [native-inputs]: Remove r-car.
This commit is contained in:
parent
1234b52d03
commit
64c520fef6
1 changed files with 3 additions and 3 deletions
|
@ -6637,14 +6637,14 @@ (define-public r-logspline
|
|||
(define-public r-effects
|
||||
(package
|
||||
(name "r-effects")
|
||||
(version "4.2-1")
|
||||
(version "4.2-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "effects" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h3n2kd43fddy29hlv1nckw3wglykwrgk1hp8khb0pnm2i12b5sk"))))
|
||||
"0nlj79am9a1yg737dhfa8dj1kj2hly9pfknmphsbcvlgxqn35vig"))))
|
||||
(properties `((upstream-name . "effects")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -6657,7 +6657,7 @@ (define-public r-effects
|
|||
r-nnet
|
||||
r-survey))
|
||||
(native-inputs
|
||||
(list r-knitr r-car))
|
||||
(list r-knitr))
|
||||
(home-page "https://www.r-project.org")
|
||||
(synopsis
|
||||
"Effect Displays for Linear, Generalized Linear, and Other Models")
|
||||
|
|
Loading…
Reference in a new issue