From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: "74125@debbugs.gnu.org" <74125@debbugs.gnu.org>
Cc: Ricardo Wurmus <rekado@elephly.net>,
"laurent.gatto@gmail.com" <laurent.gatto@gmail.com>,
"zimon.toutoune@gmail.com" <zimon.toutoune@gmail.com>
Subject: [bug#74125]
Date: Thu, 9 Jan 2025 07:03:49 +0000 [thread overview]
Message-ID: <CH3PR02MB97466B766EB0C0E71613AAC690132@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)
In-Reply-To: <CH3PR02MB9746679CE8F8A0D28912CAEA90542@CH3PR02MB9746.namprd02.prod.outlook.com>
[-- Attachment #1: Type: text/plain, Size: 128 bytes --]
I've updated the patch to include r-testthat as a native-input and have confirmed the package builds on HEAD. CC'ing the R team.
[-- Attachment #2: 0001-gnu-Add-r-shiny-router.patch --]
[-- Type: application/octet-stream, Size: 1846 bytes --]
From 3786a66843c6490b1310e112b00de8010f0dd98e Mon Sep 17 00:00:00 2001
Message-Id: <3786a66843c6490b1310e112b00de8010f0dd98e.1736405806.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Thu, 9 Jan 2025 06:56:32 +0000
Subject: [PATCH] gnu: Add r-shiny-router.
* gnu/packages/cran.scm (r-shiny-router): New variable.
Change-Id: I6f7e244bb2d8c267860a4a98d7a5e4b71d8a90b3
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 98597e3bbe..2feb175532 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7093,6 +7093,28 @@ (define-public r-shinymeta
the end user.")
(license license:gpl3)))
+(define-public r-shiny-router
+ (package
+ (name "r-shiny-router")
+ (version "0.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "shiny.router" version))
+ (sha256
+ (base32 "1zg8cdxmw620i1iv7jrghd768gw7iv52hi6lx79xvnfjz8w4si3x"))))
+ (properties `((upstream-name . "shiny.router")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-glue r-htmltools r-rlang r-shiny))
+ (native-inputs (list r-testthat))
+ (home-page "https://appsilon.github.io/shiny.router/")
+ (synopsis "Basic Routing for Shiny Web Applications")
+ (description
+ "This package provides a simple router for your Shiny apps. The router
+allows you to create dynamic web applications with a real-time User Interface
+and easily share url to pages within your Shiny apps.")
+ (license license:expat)))
+
;; This package includes minified JavaScript files. When upgrading please
;; check that there are no new minified JavaScript files.
(define-public r-shinytree
base-commit: 395bd78fd082026584f35ee597f5c350f11f9d24
--
2.34.1
prev parent reply other threads:[~2025-01-09 7:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-30 22:41 [bug#74125] [PATCH] gnu: Add r-shiny-router King, Spencer via Guix-patches via
2025-01-09 7:03 ` King, Spencer via Guix-patches via [this message]
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=CH3PR02MB97466B766EB0C0E71613AAC690132@CH3PR02MB9746.namprd02.prod.outlook.com \
--to=guix-patches@gnu.org \
--cc=74125@debbugs.gnu.org \
--cc=laurent.gatto@gmail.com \
--cc=rekado@elephly.net \
--cc=spencer.king@wustl.edu \
--cc=zimon.toutoune@gmail.com \
/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.