GNU bug report logs -
#61933
[PATCH 0/9] *** A requested with 8 dependencies ***
Previous Next
Full log
Message #11 received at 61933 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 2 years and 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.