all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: federico lopez <fede2001@gmail.com>
To: Maxime Devos <maximedevos@telenet.be>
Cc: 55224@debbugs.gnu.org
Subject: [bug#55224] [PATCH]Add r-treemap
Date: Mon, 2 May 2022 18:08:10 +0000	[thread overview]
Message-ID: <CAPYcn=6ym4d2yyGtS6-cPc2TbfzBG433nT6NzrdCw4aWnij2xw@mail.gmail.com> (raw)
In-Reply-To: <5e27ef190052d1650535e02fccba575d78a5e531.camel@telenet.be>

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

Hi Maxime,
Sorry, I am sending the complete patch.

Greetings,
Federico

On Mon, May 2, 2022 at 5:24 PM Maxime Devos <maximedevos@telenet.be> wrote:
>
> federico lopez schreef op ma 02-05-2022 om 16:21 [+0000]:
> > @@ -5145,7 +5145,7 @@ (define-public r-treemap
> >      (description
> >       "This package provides a treemap is a space-filling
> > visualization of hierarchical
> >  structures.  This package offers great flexibility to draw
> > treemaps.")
> > -    (license license:gpl3)))
> > +    (license license:gpl3+)))
>
> Where's the rest of the patch?
>
> Greetings,
> Maxime.

[-- Attachment #2: 0001-gnu-Add-r-treemap.patch --]
[-- Type: text/x-patch, Size: 1821 bytes --]

From ecc631b825466e8d3b2ac881cfb068ba8ebda0f7 Mon Sep 17 00:00:00 2001
From: son0p <fede2001@gmail.com>
Date: Mon, 2 May 2022 13:02:00 -0500
Subject: [PATCH] gnu Add r-treemap

---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 91c54bac9a..72a5fed3ed 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -36,6 +36,7 @@
 ;;; Copyright © 2021 Marcel Schilling <marcel.schilling@uni-luebeck.de>
 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2022 Navid Afkhami  <navid.afkhami@mdc-berlin.de>
+;;; Copyright © 2022 Federico Lopez <fede2001@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5118,6 +5119,34 @@ (define-public r-timedate
 calendar objects.")
     (license license:gpl2+)))
 
+(define-public r-treemap
+  (package
+    (name "r-treemap")
+    (version "2.4-3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "treemap" version))
+       (sha256
+        (base32 "1fg8gygw38x7msn32barx2irvcv8flm6wqvipnbj1qkh9w89y3q4"))))
+    (properties `((upstream-name . "treemap")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-colorspace
+           r-data-table
+           r-ggplot2
+           r-gridbase
+           r-igraph
+           r-rcolorbrewer
+           r-shiny))
+    (native-inputs (list r-knitr))
+    (home-page "https://cran.r-project.org/package=treemap")
+    (synopsis "Treemap Visualization")
+    (description
+     "This package provides a treemap is a space-filling visualization of hierarchical
+structures.  This package offers great flexibility to draw treemaps.")
+    (license license:gpl3+)))
+
 (define-public r-magic
   (package
     (name "r-magic")
-- 
2.36.0


  reply	other threads:[~2022-05-02 19:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-02 16:21 [bug#55224] [PATCH]Add r-treemap federico lopez
2022-05-02 17:23 ` Maxime Devos
2022-05-02 18:08   ` federico lopez [this message]
2022-12-29 21:56 ` bug#55224: " Ricardo Wurmus

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='CAPYcn=6ym4d2yyGtS6-cPc2TbfzBG433nT6NzrdCw4aWnij2xw@mail.gmail.com' \
    --to=fede2001@gmail.com \
    --cc=55224@debbugs.gnu.org \
    --cc=maximedevos@telenet.be \
    /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.