unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32489] [PATCH] gnu: Add r-miniui.
@ 2018-08-21 10:06 pimi
  2018-08-22  2:04 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: pimi @ 2018-08-21 10:06 UTC (permalink / raw)
  To: 32489; +Cc: pimi

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="yes", Size: 1643 bytes --]

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@lepiller.eu>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
 ;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
+;;; Copyright © 2018 Mădălin Ionel Patrașcu <madalinionel.patrascu@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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#32489] [PATCH] gnu: Add r-miniui.
  2018-08-21 10:06 [bug#32489] [PATCH] gnu: Add r-miniui pimi
@ 2018-08-22  2:04 ` Leo Famulari
  2018-08-22  7:55   ` MadalinIonel.Patrascu
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2018-08-22  2:04 UTC (permalink / raw)
  To: pimi; +Cc: 32489

[-- Attachment #1: Type: text/plain, Size: 604 bytes --]

On Tue, Aug 21, 2018 at 12:06:01PM +0200, pimi wrote:
> gnu/packages/web.scm (r-miniui): New variable.

Thanks!

Your 5-part patch series for the R packages looks good to me and I am
ready to push it to our repo.

However, the emails you sent with git-send-email report an encoding of
'yes'.

I think that when git-send-email asked if you wanted to encode them as
UTF-8 you typed 'yes', and now git-am won't accept them. At that prompt,
it's enough to press ENTER without typing anything else.

Can you re-send them as UTF-8? Or, you could point me to a Git repo
where I can pull them from.

Thanks,
Leo

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#32489] [PATCH] gnu: Add r-miniui.
  2018-08-22  2:04 ` Leo Famulari
@ 2018-08-22  7:55   ` MadalinIonel.Patrascu
  2018-08-23 15:10     ` Ludovic Courtès
  2018-08-23 20:29     ` bug#32489: " Leo Famulari
  0 siblings, 2 replies; 5+ messages in thread
From: MadalinIonel.Patrascu @ 2018-08-22  7:55 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 32489@debbugs.gnu.org

Hello Leo!

Sorry about that! 
I am new on this thing.
I can send directly to you all the patches.
It is ok?
________________________________________
From: Leo Famulari [leo@famulari.name]
Sent: Wednesday, August 22, 2018 04 :04
To: Patrascu, Madalin Ionel
Cc: 32489@debbugs.gnu.org
Subject: Re: [bug#32489] [PATCH] gnu: Add r-miniui.

On Tue, Aug 21, 2018 at 12:06:01PM +0200, pimi wrote:
> gnu/packages/web.scm (r-miniui): New variable.

Thanks!

Your 5-part patch series for the R packages looks good to me and I am
ready to push it to our repo.

However, the emails you sent with git-send-email report an encoding of
'yes'.

I think that when git-send-email asked if you wanted to encode them as
UTF-8 you typed 'yes', and now git-am won't accept them. At that prompt,
it's enough to press ENTER without typing anything else.

Can you re-send them as UTF-8? Or, you could point me to a Git repo
where I can pull them from.

Thanks,
Leo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#32489] [PATCH] gnu: Add r-miniui.
  2018-08-22  7:55   ` MadalinIonel.Patrascu
@ 2018-08-23 15:10     ` Ludovic Courtès
  2018-08-23 20:29     ` bug#32489: " Leo Famulari
  1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2018-08-23 15:10 UTC (permalink / raw)
  To: MadalinIonel.Patrascu@mdc-berlin.de; +Cc: 32489@debbugs.gnu.org

Hello,

"MadalinIonel.Patrascu@mdc-berlin.de"
<MadalinIonel.Patrascu@mdc-berlin.de> skribis:

> Sorry about that! 
> I am new on this thing.
> I can send directly to you all the patches.
> It is ok?

Yes, you can send the patches created by ‘git format-patch’ as an
attachment to your reply, if you want.

Thank you, and welcome!

Ludo’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#32489: [PATCH] gnu: Add r-miniui.
  2018-08-22  7:55   ` MadalinIonel.Patrascu
  2018-08-23 15:10     ` Ludovic Courtès
@ 2018-08-23 20:29     ` Leo Famulari
  1 sibling, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2018-08-23 20:29 UTC (permalink / raw)
  To: MadalinIonel.Patrascu@mdc-berlin.de
  Cc: 32490-done, 32491, 32489@debbugs.gnu.org, 32493, 32492

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

On Wed, Aug 22, 2018 at 07:55:59AM +0000, MadalinIonel.Patrascu@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-23 20:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-21 10:06 [bug#32489] [PATCH] gnu: Add r-miniui pimi
2018-08-22  2:04 ` Leo Famulari
2018-08-22  7:55   ` MadalinIonel.Patrascu
2018-08-23 15:10     ` Ludovic Courtès
2018-08-23 20:29     ` bug#32489: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).