gnu: r-dt: Update to 0.8.
authorRicardo Wurmus <rekado@elephly.net>
Wed, 7 Aug 2019 10:52:53 +0000 (12:52 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Wed, 7 Aug 2019 10:54:43 +0000 (12:54 +0200)
* gnu/packages/statistics.scm (r-dt): Update to 0.8.
[propagated-inputs]: Add r-jsonlite.

gnu/packages/statistics.scm

index 67c4862..f763854 100644 (file)
@@ -3165,13 +3165,13 @@ using the multicore functionality of the parallel package.")
 (define-public r-dt
   (package
     (name "r-dt")
-    (version "0.7")
+    (version "0.8")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "DT" version))
               (sha256
                (base32
-                "0b6ywgzk9b35y5f69zwfz3vv7qwqqj3xsmy0xymf7nfcvrqg3qqx"))))
+                "08cfmv3d5awvd9h8648bvidcg2ak5pvl2p6vqwqwy1l82ia506ch"))))
     (properties
      `((upstream-name . "DT")))
     (build-system r-build-system)
@@ -3179,6 +3179,7 @@ using the multicore functionality of the parallel package.")
      `(("r-crosstalk" ,r-crosstalk)
        ("r-htmltools" ,r-htmltools)
        ("r-htmlwidgets" ,r-htmlwidgets)
+       ("r-jsonlite" ,r-jsonlite)
        ("r-magrittr" ,r-magrittr)
        ("r-promises" ,r-promises)))
     (home-page "http://rstudio.github.io/DT")