gnu: r-microbenchmark: Update to 1.4-4.

* gnu/packages/statistics.scm (r-microbenchmark): Update to 1.4-4.
[propagated-inputs]: Remove r-ggplot2.
This commit is contained in:
Ricardo Wurmus 2018-02-13 16:04:15 +01:00
parent ab3330e174
commit c36ac74005
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1397,16 +1397,14 @@ (define-public r-knitrbootstrap
(define-public r-microbenchmark
(package
(name "r-microbenchmark")
(version "1.4-2.1")
(version "1.4-4")
(source (origin
(method url-fetch)
(uri (cran-uri "microbenchmark" version))
(sha256
(base32
"0qn5r1a6qidghcisc2hpbdmj62pnixc3zz6p4ipk8mvakf0hdsvg"))))
"0fv2w2vsiz18imf4115nd9chhmf275w2mb49pn7pkxi6z3bamc9c"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)))
(home-page "https://cran.r-project.org/web/packages/microbenchmark/")
(synopsis "Accurate timing functions for R")
(description