gnu: r-plotly: Update to 4.7.1.
* gnu/packages/statistics.scm (r-plotly): Update to 4.7.1. [propagated-inputs]: Add r-crosstalk, r-data-table, r-htmltools, and r-rcolorbrewer.
This commit is contained in:
parent
d59050823e
commit
f9b3760636
|
@ -3615,26 +3615,30 @@ features present in other programming languages.")
|
||||||
(define-public r-plotly
|
(define-public r-plotly
|
||||||
(package
|
(package
|
||||||
(name "r-plotly")
|
(name "r-plotly")
|
||||||
(version "4.5.6")
|
(version "4.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "plotly" version))
|
(uri (cran-uri "plotly" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09yw977yxlcxv57kni3q899zrxyxa6pznr06cylr9lqkyr7llfhx"))))
|
"0wj9lw7w28z8w9ip9vadv6sydjhqyg65kfiai9m3bndzz50b1m3w"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-base64enc" ,r-base64enc)
|
`(("r-base64enc" ,r-base64enc)
|
||||||
|
("r-crosstalk" ,r-crosstalk)
|
||||||
("r-digest" ,r-digest)
|
("r-digest" ,r-digest)
|
||||||
|
("r-data-table" ,r-data-table)
|
||||||
("r-dplyr" ,r-dplyr)
|
("r-dplyr" ,r-dplyr)
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
("r-hexbin" ,r-hexbin)
|
("r-hexbin" ,r-hexbin)
|
||||||
|
("r-htmltools" ,r-htmltools)
|
||||||
("r-htmlwidgets" ,r-htmlwidgets)
|
("r-htmlwidgets" ,r-htmlwidgets)
|
||||||
("r-httr" ,r-httr)
|
("r-httr" ,r-httr)
|
||||||
("r-jsonlite" ,r-jsonlite)
|
("r-jsonlite" ,r-jsonlite)
|
||||||
("r-lazyeval" ,r-lazyeval)
|
("r-lazyeval" ,r-lazyeval)
|
||||||
("r-magrittr" ,r-magrittr)
|
("r-magrittr" ,r-magrittr)
|
||||||
("r-purrr" ,r-purrr)
|
("r-purrr" ,r-purrr)
|
||||||
|
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||||
("r-scales" ,r-scales)
|
("r-scales" ,r-scales)
|
||||||
("r-tibble" ,r-tibble)
|
("r-tibble" ,r-tibble)
|
||||||
("r-tidyr" ,r-tidyr)
|
("r-tidyr" ,r-tidyr)
|
||||||
|
|
Loading…
Reference in New Issue