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-markdownhelpers): 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 fdfbf6459b..c6c0da74ff 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8813,6 +8813,30 @@ (define-public r-sccustomize
visualization and analysis of single-cell data using R.")
(license license:gpl3+))))
+(define-public r-markdownhelpers
+ (let ((commit "793372d28ebed607cc1d35f909a1caedb2b41ffe")
+ (revision "1"))
+ (package
+ (name "r-markdownhelpers")
+ (version (git-version "0.2.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/vertesy/MarkdownHelpers")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1d18s2ydhfjm3hjkxz42dirhwrrv792m6mvkmypallaa2qnwrmkg"))))
+ (properties `((upstream-name . "MarkdownHelpers")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-devtools r-stringendo r-usethis))
+ (home-page "https://github.com/vertesy/MarkdownHelpers")
+ (synopsis "Helper functions for MarkdownReports and ggExpress")
+ (description
+ "Set of R functions to parse markdown and other generic helpers.")
+ (license license:gpl3))))
+
(define-public r-snapatac
(package
(name "r-snapatac")
--
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.