gnu: r-ggeffects: Update to 0.14.2.
* gnu/packages/cran.scm (r-ggeffects): Update to 0.14.2. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
bd1a2cb2c4
commit
49b68b64f7
1 changed files with 4 additions and 2 deletions
|
@ -8533,19 +8533,21 @@ effects models and Bayesian models.")
|
||||||
(define-public r-ggeffects
|
(define-public r-ggeffects
|
||||||
(package
|
(package
|
||||||
(name "r-ggeffects")
|
(name "r-ggeffects")
|
||||||
(version "0.14.1")
|
(version "0.14.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggeffects" version))
|
(uri (cran-uri "ggeffects" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07pvs18vlybp96zz1wjr7cwiwi1cvjwkb9ahxzq0vd6adnd6ya59"))))
|
"1y3yfb07jrr6vkc8hk6rp52l70dj7042jvqgjzllslzy7hx2jhyw"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-insight" ,r-insight)
|
`(("r-insight" ,r-insight)
|
||||||
("r-mass" ,r-mass)
|
("r-mass" ,r-mass)
|
||||||
("r-sjlabelled" ,r-sjlabelled)))
|
("r-sjlabelled" ,r-sjlabelled)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/strengejacke/ggeffects")
|
(home-page "https://github.com/strengejacke/ggeffects")
|
||||||
(synopsis "Create tidy data frames of marginal effects for ggplot")
|
(synopsis "Create tidy data frames of marginal effects for ggplot")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue