[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/89: gnu: r-htmlwidgets: Update to 1.5.2.
From: |
guix-commits |
Subject: |
08/89: gnu: r-htmlwidgets: Update to 1.5.2. |
Date: |
Mon, 5 Oct 2020 18:34:43 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1b3d184e67d8120e0c9eefa5e0e89cd0d004d1e4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:12:23 2020 +0200
gnu: r-htmlwidgets: Update to 1.5.2.
* gnu/packages/cran.scm (r-htmlwidgets): Update to 1.5.2.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9ff27c3..1aeed1d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -989,18 +989,20 @@ directory.")
(define-public r-htmlwidgets
(package
(name "r-htmlwidgets")
- (version "1.5.1")
+ (version "1.5.2")
(source (origin
(method url-fetch)
(uri (cran-uri "htmlwidgets" version))
(sha256
(base32
- "10fp306l1nybkah6jrlrqwwdb6zvklbddp8i3w9v9naj8la5jbnl"))))
+ "0072wlkl58lav3qszzqw6pmx8qra4784r0yb6rx4lg7rbrik6335"))))
(build-system r-build-system)
(propagated-inputs
`(("r-htmltools" ,r-htmltools)
("r-jsonlite" ,r-jsonlite)
("r-yaml" ,r-yaml)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/ramnathv/htmlwidgets")
(synopsis "HTML Widgets for R")
(description
- 49/89: gnu: r-sctransform: Update to 0.3., (continued)
- 49/89: gnu: r-sctransform: Update to 0.3., guix-commits, 2020/10/05
- 54/89: gnu: r-bios2cor: Update to 2.2., guix-commits, 2020/10/05
- 48/89: gnu: r-ggvis: Update to 0.4.6., guix-commits, 2020/10/05
- 82/89: gnu: r-rmarkdown: Update to 2.4., guix-commits, 2020/10/05
- 85/89: gnu: r-gplots: Update to 3.1.0., guix-commits, 2020/10/05
- 46/89: gnu: r-pegas: Update to 0.14., guix-commits, 2020/10/05
- 45/89: gnu: r-colourpicker: Update to 1.1.0., guix-commits, 2020/10/05
- 41/89: gnu: r-spatialextremes: Update to 2.0-9., guix-commits, 2020/10/05
- 65/89: gnu: r-gaston: Update to 1.5.7., guix-commits, 2020/10/05
- 61/89: gnu: r-rpf: Update to 1.0.5., guix-commits, 2020/10/05
- 08/89: gnu: r-htmlwidgets: Update to 1.5.2.,
guix-commits <=
- 17/89: gnu: r-seriation: Update to 1.2-9., guix-commits, 2020/10/05
- 25/89: gnu: r-insight: Update to 0.9.6., guix-commits, 2020/10/05
- 30/89: gnu: r-emmeans: Update to 1.5.1., guix-commits, 2020/10/05
- 31/89: gnu: r-effectsize: Update to 0.3.3., guix-commits, 2020/10/05
- 33/89: gnu: r-usethis: Update to 1.6.3., guix-commits, 2020/10/05
- 29/89: gnu: r-multcomp: Update to 1.4-14., guix-commits, 2020/10/05
- 42/89: gnu: r-globals: Update to 0.13.0., guix-commits, 2020/10/05
- 67/89: gnu: r-workflows: Update to 0.2.0., guix-commits, 2020/10/05
- 73/89: gnu: r-survival: Update to 3.2-7., guix-commits, 2020/10/05
- 71/89: gnu: r-tidytext: Update to 0.2.6., guix-commits, 2020/10/05