[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/68: gnu: Add r-shinydisconnect.
From: |
guix-commits |
Subject: |
68/68: gnu: Add r-shinydisconnect. |
Date: |
Mon, 26 Aug 2024 05:45:49 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8059adada539c86c2ce8f1353de27b0b5741fd85
Author: King, Spencer <spencer.king@wustl.edu>
AuthorDate: Wed May 15 21:24:51 2024 +0000
gnu: Add r-shinydisconnect.
* gnu/packages/cran.scm (r-shinydisconnect): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Change-Id: Ibf90c8902b6e6e6c45b7bdb921f310f14ac6b803
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1fe70968d3..39bd480e90 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5794,6 +5794,31 @@ extensive prebuilt widgets make it possible to build
beautiful,
responsive, and powerful applications with minimal effort.")
(license license:artistic2.0)))
+(define-public r-shinydisconnect
+ (package
+ (name "r-shinydisconnect")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "shinydisconnect" version))
+ (sha256
+ (base32 "1yhppfx8jpvz48iwxnimcwqhj02vqjrfmh4z5rdn9d35p51c8zjc"))))
+ (properties `((upstream-name . "shinydisconnect")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-checkmate r-glue r-htmltools r-shiny))
+ (home-page "https://github.com/daattali/shinydisconnect")
+ (synopsis "Show a nice message when a Shiny app disconnects or errors")
+ (description
+ "This package provides a Shiny app that can disconnect for a variety of
+reasons: an unrecoverable error occurred in the app, the server went down, the
+user lost internet connection, or any other reason that might cause the Shiny
+app to lose connection to its server. With shinydisconnect, you can call
+@code{disonnectMessage} anywhere in a Shiny app's UI to add a nice message
+when this happens. It works locally (running Shiny apps within RStudio) and
+on Shiny servers.")
+ (license license:expat)))
+
(define-public r-shinyhelper
(package
(name "r-shinyhelper")
- 15/68: gnu: r-partykit: Update to 1.2-22., (continued)
- 15/68: gnu: r-partykit: Update to 1.2-22., guix-commits, 2024/08/26
- 17/68: gnu: r-envstats: Update to 3.0.0., guix-commits, 2024/08/26
- 21/68: gnu: r-seriation: Update to 1.5.6., guix-commits, 2024/08/26
- 20/68: gnu: r-ordinal: Update to 2023.12-4.1., guix-commits, 2024/08/26
- 29/68: gnu: r-rjags: Update to 4-16., guix-commits, 2024/08/26
- 36/68: gnu: r-gmp: Update to 0.7-5., guix-commits, 2024/08/26
- 30/68: gnu: r-golem: Update to 0.5.0., guix-commits, 2024/08/26
- 31/68: gnu: r-emmeans: Update to 1.10.4., guix-commits, 2024/08/26
- 41/68: gnu: r-openmx: Update to 2.21.12., guix-commits, 2024/08/26
- 45/68: gnu: r-flexsurv: Update to 2.3.2., guix-commits, 2024/08/26
- 68/68: gnu: Add r-shinydisconnect.,
guix-commits <=
- 07/68: gnu: r-mboost: Update to 2.9-11., guix-commits, 2024/08/26
- 55/68: gnu: r-mvtnorm: Update to 1.2-6., guix-commits, 2024/08/26
- 16/68: gnu: r-energy: Update to 1.7-12., guix-commits, 2024/08/26
- 18/68: gnu: r-rmysql: Update to 0.10.28., guix-commits, 2024/08/26
- 23/68: gnu: r-nestedcv: Update to 0.7.10., guix-commits, 2024/08/26
- 26/68: gnu: r-arules: Update to 1.7-8., guix-commits, 2024/08/26
- 32/68: gnu: r-rcppparallel: Update to 5.1.9., guix-commits, 2024/08/26
- 33/68: gnu: r-ncdf4: Update to 1.23., guix-commits, 2024/08/26
- 40/68: gnu: r-poibin: Update to 1.6., guix-commits, 2024/08/26
- 52/68: gnu: r-paws-common: Update to 0.7.5., guix-commits, 2024/08/26