gnu: r-data-table: Update to 1.11.0.

* gnu/packages/statistics.scm (r-data-table): Update to 1.11.0.
This commit is contained in:
Roel Janssen 2018-05-04 08:05:48 +02:00
parent d53dadb23b
commit 4d379a1e8f
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -1742,13 +1742,13 @@ (define-public r-chron
(define-public r-data-table (define-public r-data-table
(package (package
(name "r-data-table") (name "r-data-table")
(version "1.10.4-3") (version "1.11.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "data.table" version)) (uri (cran-uri "data.table" version))
(sha256 (sha256
(base32 (base32
"12caklgr19vy9wprdks6zh825vr1iw1cajgwcnbpyvmijqdlz2xs")))) "0n1p35c9sni2272ykxsfbsy7xma62br7v668a5bvc37g75xf10df"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/Rdatatable/data.table/wiki") (home-page "https://github.com/Rdatatable/data.table/wiki")
(synopsis "Enhanced version of data.frame R object") (synopsis "Enhanced version of data.frame R object")