mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-crosstalk: Update to 1.1.0.1.
* gnu/packages/cran.scm (r-crosstalk): Update to 1.1.0.1. [propagated-inputs]: Remove r-ggplot2 and r-shiny.
This commit is contained in:
parent
2d6a7bca9e
commit
30c56e67f7
1 changed files with 4 additions and 6 deletions
|
@ -1157,22 +1157,20 @@ (define-public r-sankeyd3
|
|||
(define-public r-crosstalk
|
||||
(package
|
||||
(name "r-crosstalk")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "crosstalk" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lfa89vhrzi7a1rghmygcjr8gzddw35sinb3jx6g49mc9jias7mk"))))
|
||||
"03ihj7cimkklrbad9zic78xsrfcisygmgy859hqnx0hiph80p9rn"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
("r-htmltools" ,r-htmltools)
|
||||
`(("r-htmltools" ,r-htmltools)
|
||||
("r-jsonlite" ,r-jsonlite)
|
||||
("r-lazyeval" ,r-lazyeval)
|
||||
("r-r6" ,r-r6)
|
||||
("r-shiny" ,r-shiny)))
|
||||
("r-r6" ,r-r6)))
|
||||
(home-page "https://rstudio.github.io/crosstalk/")
|
||||
(synopsis "Inter-widget interactivity for HTML widgets")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue