all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: <61933@debbugs.gnu.org>
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#61933] [PATCH vREVISION 2/9] gnu: Add r-readwriter.
Date: Fri, 3 Mar 2023 13:07:16 +0000	[thread overview]
Message-ID: <20230303130723.88484-2-navid.afkhami@mdc-berlin.de> (raw)
In-Reply-To: <20230303130723.88484-1-navid.afkhami@mdc-berlin.de>

* gnu/packages/bioinformatics.scm (r-readwriter): New variable.
---
 gnu/packages/bioinformatics.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index caa50ce3bd..42e082765e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -817,6 +817,31 @@ (define-public r-stringendo
        "String parsing functionalites for generating plotnames, filenames and path.")
       (license license:gpl3))))
 
+(define-public r-readwriter
+  (let ((commit "71454f4aa706f5d2fbe606acd95abc14224e7058")
+        (revision "1"))
+    (package
+      (name "r-readwriter")
+      (version (git-version "0.2.9" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/vertesy/ReadWriter")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0sp27smhdva2hi2x0svia2l56k8xrh7p5akn78g5b0lcvz4x3hd7"))))
+      (properties `((upstream-name . "ReadWriter")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-gdata r-gtools r-openxlsx r-readr
+                               r-stringendo))
+      (home-page "https://github.com/vertesy/ReadWriter")
+      (synopsis "Functions to read and write files conveniently")
+      (description
+       "ReadWriter is a set of R functions to read and write files conveniently.")
+      (license license:gpl3))))
+
 (define-public r-streamgraph
   (let ((commit "76f7173ec89d456ace5943a512e20b1f6810bbcb")
         (revision "1"))
-- 
2.34.1





  reply	other threads:[~2023-03-03 13:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 12:50 [bug#61933] [PATCH 0/9] *** A requested with 8 dependencies *** Navid Afkhami
2023-03-03 13:07 ` [bug#61933] [PATCH vREVISION 1/9] gnu: Add r-stringendo Navid Afkhami
2023-03-03 13:07   ` Navid Afkhami [this message]
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 3/9] gnu: Add r-codeandroll2 Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 4/9] gnu: Add r-markdownhelpers Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 5/9] gnu: Add r-markdownreports Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 6/9] gnu: Add r-ggexpress Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 7/9] gnu: Add r-tictoc Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 8/9] gnu: Add r-hgnchelper Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 9/9] gnu: Add r-seurat-utils Navid Afkhami
2023-03-03 14:12 ` bug#61933: [PATCH 0/9] *** A requested with 8 dependencies *** Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230303130723.88484-2-navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=61933@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.