[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add r-rtk.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add r-rtk. |
Date: |
Mon, 25 Nov 2024 07:23:09 -0500 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9b1fb12978 gnu: Add r-rtk.
9b1fb12978 is described below
commit 9b1fb12978482ffb6d37c456343f05609b28b3e8
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Mon Nov 25 11:02:56 2024 +0000
gnu: Add r-rtk.
* gnu/packages/cran.scm (r-rtk): New variable.
Change-Id: I98652c763409ecd4b39d1b5ac8dc3ee8d740ae97
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/cran.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e0e29dfe37..599238d0d8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2225,6 +2225,25 @@ bioinformaticians to assemble complex plots for
publication.")
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 "This package lets you rarefy data, calculate diversity and
+plot the results.")
+ (license license:gpl2+)))
+
(define-public r-babelwhale
(package
(name "r-babelwhale")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add r-rtk.,
guix-commits <=