summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-11-24 15:08:43 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-11-25 14:05:38 +0100
commit3356eb511c4f6589c742e61ff18437089a7ac9f7 (patch)
treeb9f93dc53315401341ba6b96046ebc6886e31473 /gnu
parent10faf810977687d267d5e5586e0568e81ae43f90 (diff)
downloadpatches-3356eb511c4f6589c742e61ff18437089a7ac9f7.tar
patches-3356eb511c4f6589c742e61ff18437089a7ac9f7.tar.gz
gnu: r-sjplot: Update to 2.8.0.
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.0. [propagated-inputs]: Remove r-broom and r-nlme; add r-effectsize and r-parameters.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f4de87cf46..d66050fdf8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8408,19 +8408,19 @@ conversion of indices such as Cohen's d, r, odds, etc.")
(define-public r-sjplot
(package
(name "r-sjplot")
- (version "2.7.2")
+ (version "2.8.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjPlot" version))
(sha256
- (base32 "1kx1qqgp4fhwwwpqn9mv8m1pnpjxfs7ww36ns7j1ja4a7ydwn2hp"))))
+ (base32 "0ahz6v6bhvq1537inwakmrafs44hs2m9w0ra8q17fz626nn9rb9b"))))
(properties `((upstream-name . "sjPlot")))
(build-system r-build-system)
(propagated-inputs
`(("r-bayestestr" ,r-bayestestr)
- ("r-broom" ,r-broom)
("r-dplyr" ,r-dplyr)
+ ("r-effectsize" ,r-effectsize)
("r-forcats" ,r-forcats)
("r-ggeffects" ,r-ggeffects)
("r-ggplot2" ,r-ggplot2)
@@ -8432,7 +8432,7 @@ conversion of indices such as Cohen's d, r, odds, etc.")
("r-magrittr" ,r-magrittr)
("r-mass" ,r-mass)
("r-modelr" ,r-modelr)
- ("r-nlme" ,r-nlme)
+ ("r-parameters" ,r-parameters)
("r-performance" ,r-performance)
("r-psych" ,r-psych)
("r-purrr" ,r-purrr)