all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74124] [PATCH] gnu: Add r-shinyvalidate.
@ 2024-10-30 22:35 King, Spencer via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-10-30 22:35 UTC (permalink / raw)
  To: 74124

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-gnu-Add-r-shinyvalidate.patch --]
[-- Type: application/octet-stream, Size: 1707 bytes --]

From de8e00f7e2378bb6d452bc74aa95d02039e1a5b4 Mon Sep 17 00:00:00 2001
Message-Id: <de8e00f7e2378bb6d452bc74aa95d02039e1a5b4.1730327642.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Wed, 30 Oct 2024 22:33:38 +0000
Subject: [PATCH] gnu: Add r-shinyvalidate.

* gnu/packages/cran.scm (r-shinyvalidate): New variable.

Change-Id: I554561d62269dda612cb0de21c23a36ad313907c
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 717e4eac89..f2beb76d1d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6003,6 +6003,26 @@ (define-public r-shinytree
 supports interactive trees, to enable rich, editable trees in Shiny.")
     (license license:expat)))
 
+(define-public r-shinyvalidate
+  (package
+    (name "r-shinyvalidate")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "shinyvalidate" version))
+       (sha256
+        (base32 "01qlqzp0g6782maj73yygmwlchhv4xcnlc7j0w3lp6dcj7qkzz68"))))
+    (properties `((upstream-name . "shinyvalidate")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-glue r-htmltools r-rlang r-shiny))
+    (home-page "https://rstudio.github.io/shinyvalidate/")
+    (synopsis "Input Validation for Shiny Apps")
+    (description
+     "Improves the user experience of Shiny apps by helping to provide feedback when
+required inputs are missing, or input values are not valid.")
+    (license license:expat)))
+
 (define-public r-shinydashboard
   (package
     (name "r-shinydashboard")

base-commit: 39fc289fd66eb348062b05d9ab6acad817f386f6
-- 
2.34.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-30 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 22:35 [bug#74124] [PATCH] gnu: Add r-shinyvalidate King, Spencer via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.