mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-dt: Update to 0.4.
* gnu/packages/statistics.scm (r-dt): Update to 0.4. [propagated-inputs]: Add r-crosstalk.
This commit is contained in:
parent
1324f85b43
commit
a63117c8ae
1 changed files with 4 additions and 3 deletions
|
@ -3023,18 +3023,19 @@ (define-public r-domc
|
||||||
(define-public r-dt
|
(define-public r-dt
|
||||||
(package
|
(package
|
||||||
(name "r-dt")
|
(name "r-dt")
|
||||||
(version "0.2")
|
(version "0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DT" version))
|
(uri (cran-uri "DT" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g86p0jcjqi2ph5rhm45jkzibsa6yfcj8n5cg3giy90sqgjzkdx1"))))
|
"06gsqz7p2fv6hc3fm3759gaa50krcfrqrmy7qbxyam6a36w9daix"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "DT")))
|
`((upstream-name . "DT")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-htmltools" ,r-htmltools)
|
`(("r-crosstalk" ,r-crosstalk)
|
||||||
|
("r-htmltools" ,r-htmltools)
|
||||||
("r-htmlwidgets" ,r-htmlwidgets)
|
("r-htmlwidgets" ,r-htmlwidgets)
|
||||||
("r-magrittr" ,r-magrittr)))
|
("r-magrittr" ,r-magrittr)))
|
||||||
(home-page "http://rstudio.github.io/DT")
|
(home-page "http://rstudio.github.io/DT")
|
||||||
|
|
Loading…
Reference in a new issue