GNU bug report logs - #65428
[PATCH 1/3] gnu: Add r-maptree.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Mon, 21 Aug 2023 13:46:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

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: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#65428: closed ([PATCH 1/3] gnu: Add r-maptree.)
Date: Mon, 28 Aug 2023 07:57:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 28 Aug 2023 09:55:28 +0200
with message-id <87ttsjfvn7.fsf <at> elephly.net>
and subject line [PATCH 1/3] gnu: Add r-maptree.
has caused the debbugs.gnu.org bug report #65428,
regarding [PATCH 1/3] gnu: Add r-maptree.
to be marked as done.

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


-- 
65428: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65428
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH 1/3] gnu: Add r-maptree.
Date: Mon, 21 Aug 2023 13:44:36 +0000
* gnu/packages/statistics.scm (r-maptree): New variable.
---
 gnu/packages/statistics.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 5abc62d760..41243ca7a7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -433,6 +433,28 @@ (define r-with-tests
 available, greatly increasing its breadth and scope.")
     (license license:gpl3+)))
 
+(define-public r-maptree
+  (package
+    (name "r-maptree")
+    (version "1.4-8")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "maptree" version))
+              (sha256
+               (base32
+                "1x35nk4fi2b62krcvcv187n5sbqrgvw4pbm7r19ps3jlanpi5ksm"))))
+    (properties `((upstream-name . "maptree")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-cluster r-rpart))
+    (home-page "https://cran.r-project.org/package=maptree")
+    (synopsis "Mapping, pruning, and graphing tree models")
+    (description
+     "Set of functions with example data for graphing, pruning, and mapping models.
+These moldes are from hierarchical clustering, and classification and
+regression trees.")
+    ;; Custom license, see https://cran.r-project.org/web/packages/maptree/index.html
+    (license (license:non-copyleft "file://DESCRIPTION"))))
+
 (define-public r-minimal
   (package (inherit r-with-tests)
     (name "r-minimal")

base-commit: 3c6b6941a2c76c26ebf0c1bfd7f901a22c19dce1
-- 
2.34.1



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 65428-done <at> debbugs.gnu.org
Subject: [PATCH 1/3] gnu: Add r-maptree.
Date: Mon, 28 Aug 2023 09:55:28 +0200
Applied with changes to the description (to use complete sentences) and
to the license comment.

Thanks!

-- 
Ricardo


This bug report was last modified 1 year and 265 days ago.

Previous Next


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