GNU bug report logs -
#65689
[PATCH 1/2] gnu: Add r-strawr.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65689 in the body.
You can then email your comments to 65689 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65689
; Package
guix-patches
.
(Fri, 01 Sep 2023 20:46:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 01 Sep 2023 20:46:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-strawr): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4ec6b802ff..adf2d4c32a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8287,6 +8287,28 @@ (define-public r-statsexpressions
for ggstatsplot.")
(license license:gpl3)))
+(define-public r-strawr
+ (package
+ (name "r-strawr")
+ (version "0.0.91")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "strawr" version))
+ (sha256
+ (base32
+ "1nbcn20g3f3f5x9sscj3020n5h4iaphr70s90n2fz31vc4snzq2m"))))
+ (properties `((upstream-name . "strawr")))
+ (build-system r-build-system)
+ (inputs (list curl openssh openssl zlib))
+ (propagated-inputs (list r-rcpp))
+ (home-page "https://github.com/aidenlab/straw/tree/master/R")
+ (synopsis "Fast Implementation of Reading/Dump for .hic Files")
+ (description
+ "API for efficient .hic file data extraction with programmatic matrix access.
+It doesn't store the pointer data for all the matrices, only theone
+queried, and currently we are only supporting matrices.")
+ (license license:expat)))
+
(define-public r-stringdist
(package
(name "r-stringdist")
base-commit: 7309da3ba64a191f074807275d8c5661a25c035c
prerequisite-patch-id: 70b98dde8ca4056fb8bd1b731716853ac2c9f0a1
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Sat, 02 Sep 2023 09:50:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Sat, 02 Sep 2023 09:50:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 65689-done <at> debbugs.gnu.org (full text, mbox):
Applied with minor changes. Thank you!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 30 Sep 2023 11:24:34 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.