[PATCH 1/2] gnu: Remove 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)
78b0eabd77a637e8ce76f2ef7994dd88eddf063a.1697212635.git.Navid.Afkhami@mdc-berlin.de
* gnu/packages/statistics.scm (r-tgstat): Delete variable.
---
gnu/packages/statistics.scm | 35 -----------------------------------
1 file changed, 35 deletions(-)

Toggle diff (52 lines)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a21b47a9d3..7d6ec71e6f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6525,41 +6525,6 @@ (define-public r-forcats
manually \"recoding\").")
(license license:gpl3)))
-(define-public r-tgstat
- (let ((changeset "4f8e60c03598f49aff6f5beeab40f2b995377e9f")
- (revision "1"))
- (package
- (name "r-tgstat")
- (version (string-append "1.0.2-" revision "." (string-take changeset 7)))
- (source
- (origin
- (method hg-fetch)
- (uri (hg-reference
- (url "https://bitbucket.org/tanaylab/tgstat")
- (changeset changeset)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0ilkkyximy77zbncm91kdfqbxf0qyndg16pd3q3p6a3xc9qcmxvn"))))
- (build-system r-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-isnan
- (lambda _
- (substitute* "src/tgstat.h"
- (("#define isnan ::isnan")
- "#define isnan std::isnan"))
- #t)))))
- (propagated-inputs
- (list r-rcpp))
- (home-page "https://bitbucket.org/tanaylab/tgstat/")
- (synopsis "Tanay's group statistical utilities")
- (description
- "The goal of tgstat is to provide fast and efficient statistical
-tools.")
- (license license:gpl2))))
-
(define-public r-tgconfig
(let ((commit "15cf199436ae0b2ac0006b2ca7f0aeeb5c9d4445")
(revision "1"))

base-commit: dcfd4d9c4827ca6bfebeec46fe6bb8373c425a1c
prerequisite-patch-id: 8b3f1b30e7ca1f6ddb21bf801faad91cce276dfd
prerequisite-patch-id: 86f04eb38885c80e1fa302cec734581778e62c26
--
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 66527@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66527
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