GNU bug report logs - #74526
[PATCH] gnu: Add r-rtk.

Previous Next

Package: guix-patches;

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

Date: Mon, 25 Nov 2024 11:04:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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] gnu: Add r-rtk.
Date: Mon, 25 Nov 2024 11:02:56 +0000
* gnu/packages/cran.scm (r-rtk): New variable.

Change-Id: I98652c763409ecd4b39d1b5ac8dc3ee8d740ae97
---
 gnu/packages/cran.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e0e29dfe37..761af56c89 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2225,6 +2225,24 @@ (define-public r-rticles
 for authoring journal articles and conference submissions.")
     (license license:gpl3)))
 
+(define-public r-rtk
+  (package
+    (name "r-rtk")
+    (version "0.2.6.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "rtk" version))
+       (sha256
+        (base32 "1xafmp5y5p8fnsh16wj8n08x69v2hawnsvsy7g4dcz1i5xkhyc0m"))))
+    (properties `((upstream-name . "rtk")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-rcpp zlib))
+    (home-page "https://cran.r-project.org/package=rtk")
+    (synopsis "Rarefaction Tool Kit")
+    (description "Rarefy data, calculate diversity and plot the results.")
+    (license license:gpl2+)))
+
 (define-public r-babelwhale
   (package
     (name "r-babelwhale")

base-commit: 47ab553178eb00d02ba9588ed1f7df44fb2f7c4c
-- 
2.43.0





This bug report was last modified 176 days ago.

Previous Next


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