[PATCH 2/2] gnu: Add r-tgstat.

  • Done
  • quality assurance status badge
Details
2 participants
  • Afkhami, Navid
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Afkhami, Navid
Severity
normal
Merged with

Debbugs page

Afkhami, Navid wrote 1 years ago
(address . guix-patches@gnu.org)(name . Afkhami, Navid)(address . Navid.Afkhami@mdc-berlin.de)
ce1510783f18dce8ca481e5be582d1e3b75bb708.1697212635.git.Navid.Afkhami@mdc-berlin.de
* gnu/packages/cran.scm (r-tgstat): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Toggle diff (36 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1c37635ea5..de31f44dbd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3257,6 +3257,29 @@ (define-public r-tgp
noisy black-box functions.")
(license license:lgpl2.0+)))
+(define-public r-tgstat
+ (package
+ (name "r-tgstat")
+ (version "2.3.24")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "tgstat" version))
+ (sha256
+ (base32 "0czd3j7z30jgb03813s0jc0701ypnwpkkq7var6n6f6cj7sdvc0l"))))
+ (properties `((upstream-name . "tgstat")))
+ (build-system r-build-system)
+ (native-inputs (list r-knitr))
+ (home-page "https://cran.r-project.org/package=tgstat")
+ (synopsis "Amos Tanay's Group High Performance Statistical Utilities")
+ (description
+ "This package provides a collection of high-performance utilities.
+It can be used to compute distances, correlations, autocorrelations,
+clustering, and other tasks. It also contains a graph clustering
+algorithm described in MetaCell analysis of single-cell RNA-seq
+data using K-nn graph partitions.")
+ (license license:gpl2)))
+
(define-public r-tidyft
(package
(name "r-tidyft")
--
2.34.1
Ricardo Wurmus wrote 1 years ago
(address . control@debbugs.gnu.org)
87r0ltjuqb.fsf@elephly.net
merge 66524 66526 66527 66528 66529 66530

--
Ricardo
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 66528
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help