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


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#74526: closed ([PATCH] gnu: Add r-rtk.)
Date: Mon, 25 Nov 2024 12:26:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 25 Nov 2024 13:24:57 +0100
with message-id <87o723fqli.fsf <at> elephly.net>
and subject line Re: [PATCH] gnu: Add r-rtk.
has caused the debbugs.gnu.org bug report #74526,
regarding [PATCH] gnu: Add r-rtk.
to be marked as done.

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


-- 
74526: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74526
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] 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



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 74526-done <at> debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: Re: [PATCH] gnu: Add r-rtk.
Date: Mon, 25 Nov 2024 13:24:57 +0100
> * gnu/packages/cran.scm (r-rtk): New variable.

Applied, thank you!


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.