[PATCH] gnu: Add r-rtk.

  • Done
  • quality assurance status badge
Details
2 participants
  • Navid Afkhami
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Navid Afkhami
Severity
normal
N
N
Navid Afkhami wrote on 25 Nov 12:02 +0100
(address . guix-patches@gnu.org)(name . Navid Afkhami)(address . navid.afkhami@mdc-berlin.de)
e2380975e2d1a9c87fdfa14705429470c813fbea.1732532576.git.navid.afkhami@mdc-berlin.de
* gnu/packages/cran.scm (r-rtk): New variable.

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

Toggle diff (33 lines)
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
R
R
Ricardo Wurmus wrote on 25 Nov 13:24 +0100
(address . 74526-done@debbugs.gnu.org)(name . Navid Afkhami)(address . navid.afkhami@mdc-berlin.de)
87o723fqli.fsf@elephly.net
Toggle quote (2 lines)
> * gnu/packages/cran.scm (r-rtk): New variable.

Applied, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74526@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74526
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch