~ruther/guix-local

1835d55872364362d28da2f4e3004f31aedc8b6d — Ricardo Wurmus 1 year, 1 month ago fa1ae0b
gnu: r-ggpointdensity: Update to 0.2.0.

* gnu/packages/cran.scm (r-ggpointdensity): Update to 0.2.0.
[native-inputs]: Add r-testthat.

Change-Id: I64c3a61c27b63f5fcaf6002d3b8b4d87c1022a2e
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -2
@@ 37511,19 37511,20 @@ matched.")
(define-public r-ggpointdensity
  (package
    (name "r-ggpointdensity")
    (version "0.1.0")
    (version "0.2.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "ggpointdensity" version))
       (sha256
        (base32
         "0c9a14j3b0hvamqylhzldw2hjdxmfbllwahjkf3gg2rw337ld9iy"))))
         "07pjk20arsw50y3dnjbvpdffpwdqvgr7sahvng6bikxpz3jcq7k1"))))
    (properties
     `((upstream-name . "ggpointdensity")))
    (build-system r-build-system)
    (propagated-inputs
     (list r-ggplot2))
    (native-inputs (list r-testthat))
    (home-page "https://github.com/LKremer/ggpointdensity")
    (synopsis "Cross between a 2D density plot and a scatter plot")
    (description