GNU bug report logs -
#61933
[PATCH 0/9] *** A requested with 8 dependencies ***
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/bioinformatics.scm (r-stringendo): New variable.
---
gnu/packages/bioinformatics.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 858fd1e975..caa50ce3bd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -793,6 +793,30 @@ (define-public r-rhtslib12
developers of other R packages who wish to make use of HTSlib.")
(license license:lgpl2.0+))))
+(define-public r-stringendo
+ (let ((commit "83b8f2d82a09b33b9e895438bb523a021138be01")
+ (revision "1"))
+ (package
+ (name "r-stringendo")
+ (version (git-version "0.3.4" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/vertesy/Stringendo")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1ap0nhbyd6xx0yl2vgmwk38p22yrkv4k9hw13r35z4wf343rry6v"))))
+ (properties `((upstream-name . "Stringendo")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-devtools r-usethis))
+ (home-page "https://github.com/vertesy/Stringendo")
+ (synopsis "Stringendo is a string parsing library")
+ (description
+ "String parsing functionalites for generating plotnames, filenames and path.")
+ (license license:gpl3))))
+
(define-public r-streamgraph
(let ((commit "76f7173ec89d456ace5943a512e20b1f6810bbcb")
(revision "1"))
base-commit: 4f681cdbc27e6a922f24d4297efe3c0b823195f0
--
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.