gnu: r-beeswarm: Update to 0.3.1.
* gnu/packages/statistics.scm (r-beeswarm): Update to 0.3.1.master
parent
83f98e6317
commit
12580eb435
|
@ -4352,13 +4352,13 @@ within a category based on their density using quasirandom noise.")
|
|||
(define-public r-beeswarm
|
||||
(package
|
||||
(name "r-beeswarm")
|
||||
(version "0.2.3")
|
||||
(version "0.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "beeswarm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hy89bwv7jixlg91li1fywa77916am2whqp1m1fx1khd45g44581"))))
|
||||
"1jsggypyww77hkcic03kdb3fp8h938qs142xi0lapzh62bkn2pjj"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://www.cbs.dtu.dk/~eklund/beeswarm/")
|
||||
(synopsis "Implementation of bee swarm plots")
|
||||
|
|
Reference in New Issue