unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65428] [PATCH 1/3] gnu: Add r-maptree.
@ 2023-08-21 13:44 Navid Afkhami
  2023-08-21 13:44 ` [bug#65430] [PATCH 2/3] gnu: Add r-earlywarnings Navid Afkhami
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Navid Afkhami @ 2023-08-21 13:44 UTC (permalink / raw)
  To: 65428; +Cc: Navid Afkhami

* 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





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

end of thread, other threads:[~2023-08-28  8:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-21 13:44 [bug#65428] [PATCH 1/3] gnu: Add r-maptree Navid Afkhami
2023-08-21 13:44 ` [bug#65430] [PATCH 2/3] gnu: Add r-earlywarnings Navid Afkhami
2023-08-28  8:01   ` bug#65430: " Ricardo Wurmus
2023-08-21 13:44 ` [bug#65429] [PATCH 3/3] gnu: Add r-tgp Navid Afkhami
2023-08-28  7:58   ` bug#65429: " Ricardo Wurmus
2023-08-28  7:55 ` bug#65428: [PATCH 1/3] gnu: Add r-maptree Ricardo Wurmus

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).