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

Previous Next

Package: guix-patches;

Reported by: pimi <madalinionel.patrascu <at> mdc-berlin.de>

Date: Tue, 21 Aug 2018 15:22:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#32489: closed ([PATCH] gnu: Add r-miniui.)
Date: Thu, 23 Aug 2018 20:30:06 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 23 Aug 2018 16:29:36 -0400
with message-id <20180823202936.GA25188 <at> jasmine.lan>
and subject line Re: [bug#32489] [PATCH] gnu: Add r-miniui.
has caused the debbugs.gnu.org bug report #32489,
regarding [PATCH] gnu: Add r-miniui.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
32489: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32489
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: pimi <madalinionel.patrascu <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: pimi <madalinionel.patrascu <at> mdc-berlin.de>
Subject: [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 <julien <at> lepiller.eu>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby <at> inria.fr>
 ;;; Copyright © 2018 Gábor Boskovits <boskovits <at> gmail.com>
+;;; Copyright © 2018 Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
 ;;;
 ;;; 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



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: "MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>
Cc: 32492 <at> debbugs.gnu.org, 32491 <at> debbugs.gnu.org,
 "32489 <at> debbugs.gnu.org" <32489-done <at> debbugs.gnu.org>, 32493 <at> debbugs.gnu.org,
 32490-done <at> debbugs.gnu.org
Subject: Re: [bug#32489] [PATCH] gnu: Add r-miniui.
Date: Thu, 23 Aug 2018 16:29:36 -0400
[Message part 4 (text/plain, inline)]
On Wed, Aug 22, 2018 at 07:55:59AM +0000, MadalinIonel.Patrascu <at> mdc-berlin.de wrote:
> Hello Leo!
> 
> Sorry about that! 
> I am new on this thing.
> I can send directly to you all the patches.
> It is ok?

Thanks! I received your patches and pushed them as commit
16b0e8da48ef9398797a22e274d5fcb37e24e448.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 6 years and 277 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.