GNU bug report logs -
#59911
Add r-shinywidgets, r-wpm
Previous Next
Full log
Message #14 received at 59911 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 178 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.