[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/43: gnu: r-shinyjs: Update to 2.0.0.
From: |
guix-commits |
Subject: |
26/43: gnu: r-shinyjs: Update to 2.0.0. |
Date: |
Mon, 14 Sep 2020 13:07:31 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 0435f7eec1e37e7571988fa738632f3043befbd4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 14 19:02:56 2020 +0200
gnu: r-shinyjs: Update to 2.0.0.
* gnu/packages/cran.scm (r-shinyjs): Update to 2.0.0.
[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 5d1a15c..d603729 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12855,20 +12855,22 @@ transformation, respectively.")
(define-public r-shinyjs
(package
(name "r-shinyjs")
- (version "1.1")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "shinyjs" version))
(sha256
(base32
- "14k8y313ppj23m9rhlk8jc94x6sbn3qrsnx6xrijiyv8m8dii1l9"))))
+ "1zzq356dvd8ciajy6r5n4ybgx9xk7ydwv25j86xlcsqznkxdkkf2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)
("r-htmltools" ,r-htmltools)
("r-jsonlite" ,r-jsonlite)
("r-shiny" ,r-shiny)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://deanattali.com/shinyjs")
(synopsis "Improve the user experience of your Shiny apps")
(description
- 38/43: gnu: r-mass: Update to 7.3-53., (continued)
- 38/43: gnu: r-mass: Update to 7.3-53., guix-commits, 2020/09/14
- 23/43: gnu: r-rnifti: Update to 1.2.2., guix-commits, 2020/09/14
- 33/43: gnu: r-forecast: Update to 8.13., guix-commits, 2020/09/14
- 29/43: gnu: r-dalex: Update to 2.0., guix-commits, 2020/09/14
- 39/43: gnu: r-stringi: Update to 1.5.3., guix-commits, 2020/09/14
- 27/43: gnu: r-deldir: Update to 0.1-29., guix-commits, 2020/09/14
- 28/43: gnu: r-sf: Update to 0.9-6., guix-commits, 2020/09/14
- 22/43: gnu: r-misc3d: Update to 0.9-0., guix-commits, 2020/09/14
- 24/43: gnu: r-fields: Update to 11.4., guix-commits, 2020/09/14
- 25/43: gnu: r-etm: Update to 1.1.1., guix-commits, 2020/09/14
- 26/43: gnu: r-shinyjs: Update to 2.0.0.,
guix-commits <=
- 30/43: gnu: r-systemfonts: Update to 0.3.1., guix-commits, 2020/09/14
- 31/43: gnu: r-parameters: Update to 0.8.5., guix-commits, 2020/09/14
- 34/43: gnu: r-scatterpie: Update to 0.1.5., guix-commits, 2020/09/14
- 32/43: gnu: r-gamlss: Update to 5.2-0., guix-commits, 2020/09/14
- 35/43: gnu: r-rfast: Update to 2.0.1., guix-commits, 2020/09/14
- 36/43: gnu: r-seurat: Update to 3.2.1., guix-commits, 2020/09/14
- 37/43: gnu: r-diversitree: Update to 0.9-14., guix-commits, 2020/09/14
- 40/43: gnu: r-ggdendro: Update to 0.1.22., guix-commits, 2020/09/14
- 41/43: gnu: r-rcpparmadillo: Update to 0.9.900.3.0., guix-commits, 2020/09/14
- 42/43: gnu: r-cowplot: Update to 1.1.0., guix-commits, 2020/09/14