From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: 74124@debbugs.gnu.org
Subject: [bug#74124] [PATCH] gnu: Add r-shinyvalidate.
Date: Wed, 30 Oct 2024 22:35:31 +0000 [thread overview]
Message-ID: <CH3PR02MB97469A1816DB9BBBD60CFC3290542@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)
[-- 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
reply other threads:[~2024-10-30 22:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CH3PR02MB97469A1816DB9BBBD60CFC3290542@CH3PR02MB9746.namprd02.prod.outlook.com \
--to=guix-patches@gnu.org \
--cc=74124@debbugs.gnu.org \
--cc=spencer.king@wustl.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.