[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/80: gnu: r-htmlwidgets: Update to 1.6.0.
From: |
guix-commits |
Subject: |
05/80: gnu: r-htmlwidgets: Update to 1.6.0. |
Date: |
Mon, 19 Dec 2022 12:31:52 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 2f346d33ca24bbc586484b03dbc2938eada0a26c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 13:51:43 2022 +0100
gnu: r-htmlwidgets: Update to 1.6.0.
* gnu/packages/cran.scm (r-htmlwidgets): Update to 1.6.0.
[propagated-inputs]: Add r-knitr and r-rmarkdown.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2ee551d892..db1e4e24b2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2838,16 +2838,18 @@ a list of p-values.")
(define-public r-htmlwidgets
(package
(name "r-htmlwidgets")
- (version "1.5.4")
+ (version "1.6.0")
(source (origin
(method url-fetch)
(uri (cran-uri "htmlwidgets" version))
(sha256
(base32
- "1hgz8sx8xrvfcdwa4q15k942w4qsqg8lyxbbf7qyfzbi807wcgqs"))))
+ "06prjx6ic2bddaw50ksz6l7hsidkzwb69m85vzc0apxvwaygz0gh"))))
(build-system r-build-system)
(propagated-inputs
- (list r-htmltools r-jsonlite r-yaml))
+ (list r-htmltools r-jsonlite
+ r-knitr r-rmarkdown
+ r-yaml))
(native-inputs
(list r-knitr))
(home-page "https://github.com/ramnathv/htmlwidgets")
- branch master updated (5281bcc858 -> 227e35f587), guix-commits, 2022/12/19
- 05/80: gnu: r-htmlwidgets: Update to 1.6.0.,
guix-commits <=
- 10/80: gnu: r-ggside: Update to 0.2.2., guix-commits, 2022/12/19
- 04/80: gnu: r-bslib: Update to 0.4.2., guix-commits, 2022/12/19
- 06/80: import/cran: Add more mappings from sysnames to Guix package names., guix-commits, 2022/12/19
- 13/80: gnu: r-htmltools: Update to 0.5.4., guix-commits, 2022/12/19
- 15/80: gnu: r-progressr: Update to 0.12.0., guix-commits, 2022/12/19
- 17/80: gnu: r-rmysql: Update to 0.10.25., guix-commits, 2022/12/19
- 01/80: gnu: r-vctrs: Remove r-knitr from native inputs., guix-commits, 2022/12/19
- 03/80: gnu: r-stringr: Update to 1.5.0., guix-commits, 2022/12/19
- 08/80: gnu: r-ggpp: Update to 0.5.0., guix-commits, 2022/12/19
- 12/80: gnu: r-jsonlite: Update to 1.8.4., guix-commits, 2022/12/19