me
/
guix
Archived
1
0
Fork 0

gnu: r-sjplot: Update to 2.8.14.

* gnu/packages/cran.scm (r-sjplot): Update to 2.8.14.
[propagated-inputs]: Remove r-effectsize.
master
Ricardo Wurmus 2023-04-06 17:32:38 +02:00
parent 06151f4908
commit 9263c6301b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -15253,20 +15253,19 @@ efficient computation even with very large data sets.")
(define-public r-sjplot (define-public r-sjplot
(package (package
(name "r-sjplot") (name "r-sjplot")
(version "2.8.13") (version "2.8.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "sjPlot" version)) (uri (cran-uri "sjPlot" version))
(sha256 (sha256
(base32 "1pbfskhq6mbycih0ck9vhmf6plgp03w5ipk6w9z28aw3kn7mcv1z")))) (base32 "06m6najky8ydnn6y6f3fh1y7laxnqpzcbyy1cyqcgvfcyfia9qjf"))))
(properties `((upstream-name . "sjPlot"))) (properties `((upstream-name . "sjPlot")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-bayestestr (list r-bayestestr
r-datawizard r-datawizard
r-dplyr r-dplyr
r-effectsize
r-ggeffects r-ggeffects
r-ggplot2 r-ggplot2
r-insight r-insight