all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: "74121@debbugs.gnu.org" <74121@debbugs.gnu.org>
Cc: "rekado@elephly.net" <rekado@elephly.net>,
	"laurent.gatto@gmail.com" <laurent.gatto@gmail.com>,
	"zimon.toutoune@gmail.com" <zimon.toutoune@gmail.com>
Subject: [bug#74121] [PATCH] gnu: Add r-shinyauthr.
Date: Fri, 3 Jan 2025 19:00:44 +0000	[thread overview]
Message-ID: <CH3PR02MB9746BA87BB5EF185EA6D8F2E90152@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)
In-Reply-To: <CH3PR02MB97469979B1549FF9974DC0DA90542@CH3PR02MB9746.namprd02.prod.outlook.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


      reply	other threads:[~2025-01-03 19:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [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=CH3PR02MB9746BA87BB5EF185EA6D8F2E90152@CH3PR02MB9746.namprd02.prod.outlook.com \
    --to=guix-patches@gnu.org \
    --cc=74121@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.