guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#32489] [PATCH] gnu: Add r-miniui.


From: pimi
Subject: [bug#32489] [PATCH] gnu: Add r-miniui.
Date: Tue, 21 Aug 2018 12:06:01 +0200

gnu/packages/web.scm (r-miniui): New variable.
---
 gnu/packages/web.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3d9b1695b..aea75654b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -27,6 +27,7 @@
 ;;; Copyright ?? 2018 Julien Lepiller <address@hidden>
 ;;; Copyright ?? 2018 Pierre-Antoine Rouby <address@hidden>
 ;;; Copyright ?? 2018 G??bor Boskovits <address@hidden>
+;;; Copyright ?? 2018 M??d??lin Ionel Patra??cu <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6780,3 +6781,26 @@ compressed JSON header blocks.
 provided by Guix.  The list of packages is searchable and provides
 instructions on how to use Guix in a shared HPC environment.")
     (license l:agpl3+))))
+
+(define-public r-miniui
+  (package
+    (name "r-miniui")
+    (version "0.1.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "miniUI" version))
+       (sha256
+        (base32
+         "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
+    (properties `((upstream-name . "miniUI")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-htmltools" ,r-htmltools)
+       ("r-shiny" ,r-shiny)))
+    (home-page "https://cran.r-project.org/web/packages/miniUI/";)
+    (synopsis "Shiny UI widgets for small screens")
+    (description
+     "This package provides UI widget and layout functions for writing Shiny 
apps that
+work well on small screens.")
+    (license l:gpl3)))
-- 
2.17.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]