gnu: r-sjplot: Update to 2.8.13.
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.13.master
parent
9c92f11378
commit
6bb6706c42
|
@ -14839,13 +14839,13 @@ 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.12")
|
(version "2.8.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sjPlot" version))
|
(uri (cran-uri "sjPlot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g6r4p1r70jjzw74177kxcx2br2n206jwlqazw0vxcsbffb8a411"))))
|
(base32 "1pbfskhq6mbycih0ck9vhmf6plgp03w5ipk6w9z28aw3kn7mcv1z"))))
|
||||||
(properties `((upstream-name . "sjPlot")))
|
(properties `((upstream-name . "sjPlot")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue