guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#59911] [PATCH 4/7] gnu: Add r-shinywidgets.


From: Mădălin Ionel Patrașcu
Subject: [bug#59911] [PATCH 4/7] gnu: Add r-shinywidgets.
Date: Thu, 8 Dec 2022 22:13:19 +0100

* gnu/packages/cran.scm (r-shinywidgets): New variable.
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b9d5757795..9cfca2f4ca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25810,6 +25810,33 @@ (define-public r-shinycssloaders
 automatically show a loader when the output is (re)calculating.")
     (license license:gpl3)))
 
+(define-public r-shinywidgets
+  (package
+    (name "r-shinywidgets")
+    (version "0.7.5")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "shinyWidgets" version))
+              (sha256
+               (base32
+                "1ls28r6dbvi4pml1mxakn327dzl0l71pkaw5rm9n80jd5npq9vmz"))))
+    (properties `((upstream-name . "shinyWidgets")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-anytime
+           r-bslib
+           r-htmltools
+           r-jsonlite
+           r-rlang
+           r-sass
+           r-shiny))
+    (home-page "https://github.com/dreamRs/shinyWidgets";)
+    (synopsis "Custom input widgets for Shiny")
+    (description
+     "The package offers a collection of custom input controls and user 
interface
+components for Shiny applications.")
+    (license license:gpl3)))
+
 (define-public r-rsvg
   (package
     (name "r-rsvg")
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]