diff mbox series

[bug#55224] Add r-treemap

Message ID CAPYcn=52t4Yk3QhgLh0355_uPWscfxydM+Bfee2Fy_RBSw-q5A@mail.gmail.com
State New
Headers show
Series [bug#55224] Add r-treemap | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

federico lopez May 2, 2022, 4:21 p.m. UTC
Hi, I made a patch to add r-treemap

Federico Lopez

Comments

M May 2, 2022, 5:23 p.m. UTC | #1
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.
Ricardo Wurmus Dec. 29, 2022, 9:56 p.m. UTC | #2
Thank you for the patch and your patience!  I applied it.
diff mbox series

Patch

From 845c54a34b750fd8be06b02697ac226c0417d7fb Mon Sep 17 00:00:00 2001
From: son0p <fede2001@gmail.com>
Date: Mon, 2 May 2022 10:58:03 -0500
Subject: [PATCH] gnu Add r-treemap

---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 10bb8606d3..72a5fed3ed 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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+)))
 
 (define-public r-magic
   (package
-- 
2.36.0