gnu: r-dt: Update to 0.13.
* gnu/packages/statistics.scm (r-dt): Update to 0.13. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
f871696911
commit
d16a4d1f96
1 changed files with 4 additions and 2 deletions
|
@ -3134,13 +3134,13 @@ using the multicore functionality of the parallel package.")
|
||||||
(define-public r-dt
|
(define-public r-dt
|
||||||
(package
|
(package
|
||||||
(name "r-dt")
|
(name "r-dt")
|
||||||
(version "0.12")
|
(version "0.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DT" version))
|
(uri (cran-uri "DT" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0089288ma1cj9nf4jscmpbagyqlg4r90mw8bwl4zv1d4hjl0d693"))))
|
"1db35mi4m4q3kha4vhvh693bv04y7h9pdawhsx8f234qjvz7783r"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "DT")))
|
`((upstream-name . "DT")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -3151,6 +3151,8 @@ using the multicore functionality of the parallel package.")
|
||||||
("r-jsonlite" ,r-jsonlite)
|
("r-jsonlite" ,r-jsonlite)
|
||||||
("r-magrittr" ,r-magrittr)
|
("r-magrittr" ,r-magrittr)
|
||||||
("r-promises" ,r-promises)))
|
("r-promises" ,r-promises)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://rstudio.github.io/DT")
|
(home-page "https://rstudio.github.io/DT")
|
||||||
(synopsis "R wrapper of the DataTables JavaScript library")
|
(synopsis "R wrapper of the DataTables JavaScript library")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue