unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74121] [PATCH] gnu: Add r-shinyauthr.
@ 2024-10-30 21:37 King, Spencer via Guix-patches via
  2025-01-03 19:00 ` King, Spencer via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: King, Spencer via Guix-patches via @ 2024-10-30 21:37 UTC (permalink / raw)
  To: 74121

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



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

From 4fbe8124fa6293b4f64552b8074032deaa89fd64 Mon Sep 17 00:00:00 2001
Message-Id: <4fbe8124fa6293b4f64552b8074032deaa89fd64.1730324123.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Wed, 30 Oct 2024 21:34:59 +0000
Subject: [PATCH] gnu: Add r-shinyauthr.

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

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 717e4eac89..4d34435d92 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5853,6 +5853,31 @@ (define-public r-shiny
 responsive, and powerful applications with minimal effort.")
     (license license:artistic2.0)))
 
+(define-public r-shinyauthr
+  (package
+    (name "r-shinyauthr")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "shinyauthr" version))
+       (sha256
+        (base32 "0apaqjkxpr96kx9indl0pifk5y75gdx5npfcvxfg5k2crpx9vmxk"))))
+    (properties `((upstream-name . "shinyauthr")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-dplyr
+                             r-glue
+                             r-rlang
+                             r-shiny
+                             r-shinyjs
+                             r-sodium))
+    (home-page "https://github.com/paulc91/shinyauthr")
+    (synopsis "Shiny Authentication Modules")
+    (description
+     "Add in-app user authentication to Shiny, allowing you to secure publicly
+hosted apps and build dynamic user interfaces from user information.")
+    (license license:expat)))
+
 (define-public r-shinydisconnect
   (package
     (name "r-shinydisconnect")

base-commit: 9f4d9fdafd30d67b667342da1580ac5d8189f412
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#74121] [PATCH] gnu: Add r-shinyauthr.
  2024-10-30 21:37 [bug#74121] [PATCH] gnu: Add r-shinyauthr King, Spencer via Guix-patches via
@ 2025-01-03 19:00 ` King, Spencer via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: King, Spencer via Guix-patches via @ 2025-01-03 19:00 UTC (permalink / raw)
  To: 74121@debbugs.gnu.org
  Cc: rekado@elephly.net, laurent.gatto@gmail.com,
	zimon.toutoune@gmail.com

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

Updated patch to include r-testthat as a native-input, pinging R team.

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

From 32a1871e4ca0aba9abb77272b424487a6469906c Mon Sep 17 00:00:00 2001
Message-Id: <32a1871e4ca0aba9abb77272b424487a6469906c.1735930635.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Wed, 30 Oct 2024 21:34:59 +0000
Subject: [PATCH] gnu: Add r-shinyauthr.

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

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 717e4eac89..7b7a5fa07f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5853,6 +5853,32 @@ (define-public r-shiny
 responsive, and powerful applications with minimal effort.")
     (license license:artistic2.0)))
 
+(define-public r-shinyauthr
+  (package
+    (name "r-shinyauthr")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "shinyauthr" version))
+       (sha256
+        (base32 "0apaqjkxpr96kx9indl0pifk5y75gdx5npfcvxfg5k2crpx9vmxk"))))
+    (properties `((upstream-name . "shinyauthr")))
+    (build-system r-build-system)
+    (native-inputs (list r-testthat))
+    (propagated-inputs (list r-dplyr
+                             r-glue
+                             r-rlang
+                             r-shiny
+                             r-shinyjs
+                             r-sodium))
+    (home-page "https://github.com/paulc91/shinyauthr")
+    (synopsis "Shiny Authentication Modules")
+    (description
+     "Add in-app user authentication to Shiny, allowing you to secure publicly
+hosted apps and build dynamic user interfaces from user information.")
+    (license license:expat)))
+
 (define-public r-shinydisconnect
   (package
     (name "r-shinydisconnect")

base-commit: 9f4d9fdafd30d67b667342da1580ac5d8189f412
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-03 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 21:37 [bug#74121] [PATCH] gnu: Add r-shinyauthr King, Spencer via Guix-patches via
2025-01-03 19:00 ` King, Spencer via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).