all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <59911@debbugs.gnu.org>
Cc: rekado@elephly.net
Subject: [bug#59911] [PATCH 2/7] gnu: Add r-shinycustomloader.
Date: Thu, 8 Dec 2022 22:13:17 +0100	[thread overview]
Message-ID: <20221208211322.28459-2-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20221208211322.28459-1-madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/cran.scm (r-shinycustomloader): New variable.
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 553c53887c..1a5bef3cdb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17465,6 +17465,29 @@ (define-public r-upsetr
 several common set, element and attribute related tasks.")
     (license license:expat)))
 
+(define-public r-shinycustomloader
+  (package
+    (name "r-shinycustomloader")
+    (version "0.9.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "shinycustomloader" version))
+              (sha256
+               (base32
+                "1klx71vr26g0gjf6hbiia1qidqii5d467i1sdjvlrg1hxdcggqff"))))
+    (properties `((upstream-name . "shinycustomloader")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-glue
+           r-shiny))
+    (home-page "https://cran.r-project.org/package=shinycustomloader")
+    (synopsis "Custom loader for Shiny outputs")
+    (description
+     "This package provides a custom @code{CSS/HTML} or @code{GIF/image} file
+for the loading screen in R @code{Shiny}.  It also can use the marquee to have
+a custom text loading screen.")
+    (license license:gpl3)))
+
 ;; This package includes a JavaScript file, which is not minified.  When
 ;; upgrading please check that there are no new minified JavaScript files.
 (define-public r-shinybs
-- 
2.38.1





  reply	other threads:[~2022-12-08 21:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-08 21:10 [bug#59911] [PATCH] gnu: Add r-logging, r-shinycustomloader, r-anytime, r-shinywidgets, r-attempt, r-golem and r-wpm MadalinIonel.Patrascu
2022-12-08 21:13 ` [bug#59911] [PATCH 1/7] gnu: Add r-logging Mădălin Ionel Patrașcu
2022-12-08 21:13   ` Mădălin Ionel Patrașcu [this message]
2022-12-08 21:13   ` [bug#59911] [PATCH 3/7] gnu: Add r-anytime Mădălin Ionel Patrașcu
2022-12-08 21:13   ` [bug#59911] [PATCH 4/7] gnu: Add r-shinywidgets Mădălin Ionel Patrașcu
2022-12-12 17:49     ` Ricardo Wurmus
2022-12-08 21:13   ` [bug#59911] [PATCH 5/7] gnu: Add r-attempt Mădălin Ionel Patrașcu
2022-12-08 21:13   ` [bug#59911] [PATCH 6/7] gnu: Add r-golem Mădălin Ionel Patrașcu
2022-12-08 21:13   ` [bug#59911] [PATCH 7/7] gnu: Add r-wpm Mădălin Ionel Patrașcu
2022-12-12 18:03   ` [bug#59911] [PATCH 1/7] gnu: Add r-logging Ricardo Wurmus
2023-09-02  4:41     ` [bug#59911] Add r-shinywidgets, r-wpm Vagrant Cascadian

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=20221208211322.28459-2-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=59911@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /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.