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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74526 in the body.
You can then email your comments to 74526 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org:
bug#74526; Package guix-patches. (Mon, 25 Nov 2024 11:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org. (Mon, 25 Nov 2024 11:04:02 GMT) Full text and rfc822 format available.

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





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Mon, 25 Nov 2024 12:26:02 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Mon, 25 Nov 2024 12:26:02 GMT) Full text and rfc822 format available.

Message #10 received at 74526-done <at> debbugs.gnu.org (full text, mbox):

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!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 24 Dec 2024 12:24:06 GMT) Full text and rfc822 format available.

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.