GNU bug report logs - #66529
[PATCH] gnu: Add r-tgutil.

Previous Next

Package: guix-patches;

Reported by: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>

Date: Fri, 13 Oct 2023 16:06:02 UTC

Severity: normal

Tags: patch

Merged with 66524, 66526, 66527, 66528, 66530

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66529 in the body.
You can then email your comments to 66529 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#66529; Package guix-patches. (Fri, 13 Oct 2023 16:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 13 Oct 2023 16:06:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-tgutil.
Date: Fri, 13 Oct 2023 16:04:23 +0000
* gnu/packages/statistics.scm (r-tgutil): New variable.
---
 gnu/packages/statistics.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 7d6ec71e6f..7bdcc00cac 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6556,6 +6556,43 @@ (define-public r-tgconfig
 can load multiple parameters to the current environment.")
       (license license:gpl3+))))
 
+(define-public r-tgutil
+  (let ((commit "0e4a2e84e5cf1f74bc66df0a3d8eac89633fd7b1")
+        (revision "1"))
+    (package
+      (name "r-tgutil")
+      (version (git-version "0.1.15" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/tanaylab/tgutil")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0pmacpzhrigprlpl8b5j4xz7l110ifw98017xwk569dghbf8zrq1"))))
+      (properties `((upstream-name . "tgutil")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-broom
+                               r-cowplot
+                               r-data-table
+                               r-dplyr
+                               r-ggplot2
+                               r-glue
+                               r-magrittr
+                               r-matrix
+                               r-matrixstats
+                               r-qlcmatrix
+                               r-readr
+                               r-rlang
+                               r-scales
+                               r-tibble
+                               r-tidyr))
+      (home-page "https://github.com/tanaylab/tgutil")
+      (synopsis "Simple utility functions for Tanay lab code")
+      (description "Shared utility functions for multiple Tanay lab packages.")
+      (license license:gpl3))))
+
 (define-public r-catterplots
   (let ((commit "ae17cd5e49ddda4ecfe0eba8a4c21df8c88e72c4")
         (revision "3"))

base-commit: dcfd4d9c4827ca6bfebeec46fe6bb8373c425a1c
prerequisite-patch-id: 8b3f1b30e7ca1f6ddb21bf801faad91cce276dfd
prerequisite-patch-id: 86f04eb38885c80e1fa302cec734581778e62c26
prerequisite-patch-id: d5cebe9646097c611915c8b796a94ff0d1831343
prerequisite-patch-id: 675ed63512dcf5b145a929d0097b1bb7e7f1c389
-- 
2.34.1





Merged 66524 66526 66527 66528 66529 66530. Request was from Ricardo Wurmus <rekado <at> elephly.net> to control <at> debbugs.gnu.org. (Tue, 17 Oct 2023 12:33:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 16 Nov 2023 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 218 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.