unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66529] [PATCH] gnu: Add r-tgutil.
@ 2023-10-13 16:04 Afkhami, Navid
  0 siblings, 0 replies; only message in thread
From: Afkhami, Navid @ 2023-10-13 16:04 UTC (permalink / raw)
  To: 66529; +Cc: Afkhami, Navid

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-13 16:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-13 16:04 [bug#66529] [PATCH] gnu: Add r-tgutil Afkhami, Navid

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).