* [bug#74526] [PATCH] gnu: Add r-rtk.
@ 2024-11-25 11:02 Navid Afkhami
2024-11-25 12:24 ` bug#74526: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2024-11-25 11:02 UTC (permalink / raw)
To: 74526; +Cc: Navid Afkhami, Laurent Gatto, Ricardo Wurmus, Simon Tournier
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-25 12:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-25 11:02 [bug#74526] [PATCH] gnu: Add r-rtk Navid Afkhami
2024-11-25 12:24 ` bug#74526: " Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.