[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/32: gnu: Add r-dyndoc.
From: |
guix-commits |
Subject: |
09/32: gnu: Add r-dyndoc. |
Date: |
Wed, 19 Jul 2023 09:55:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit dc889e85a98ee891bd5cc30849ee286e2ae03c98
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 19 14:55:11 2023 +0200
gnu: Add r-dyndoc.
* gnu/packages/bioconductor.scm (r-dyndoc): New variable.
---
gnu/packages/bioconductor.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7b633f4bad..05123b5506 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5008,6 +5008,25 @@ Beta-Binomial distributions.")
;; Any version of the GPL
(license (list license:gpl2+ license:gpl3+))))
+(define-public r-dyndoc
+ (package
+ (name "r-dyndoc")
+ (version "1.78.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "DynDoc" version))
+ (sha256
+ (base32
+ "16cb4pby6ja0xy8ygbgr6zfbyp4agyhlds5sayc5ryq50vafykah"))))
+ (properties `((upstream-name . "DynDoc")))
+ (build-system r-build-system)
+ (home-page "https://bioconductor.org/packages/DynDoc")
+ (synopsis "Dynamic document tools")
+ (description
+ "This package provides a set of functions to create and interact with
+dynamic documents and vignettes.")
+ (license license:artistic2.0)))
+
(define-public r-bluster
(package
(name "r-bluster")
- branch master updated (b2750695f7 -> b9bd1bcce9), guix-commits, 2023/07/19
- 01/32: gnu: Add r-gwasexacthw., guix-commits, 2023/07/19
- 02/32: gnu: Add r-uchardet., guix-commits, 2023/07/19
- 04/32: gnu: Add r-formula-tools., guix-commits, 2023/07/19
- 03/32: gnu: Add r-operator-tools., guix-commits, 2023/07/19
- 05/32: gnu: Add r-logistf., guix-commits, 2023/07/19
- 06/32: gnu: Add r-enhancedvolcano., guix-commits, 2023/07/19
- 08/32: gnu: Add r-genomicdatacommons., guix-commits, 2023/07/19
- 07/32: gnu: Add r-snprelate., guix-commits, 2023/07/19
- 09/32: gnu: Add r-dyndoc.,
guix-commits <=
- 14/32: gnu: Add r-raggedexperiment., guix-commits, 2023/07/19
- 20/32: gnu: Add r-nebulosa., guix-commits, 2023/07/19
- 24/32: gnu: Add r-ucell., guix-commits, 2023/07/19
- 11/32: gnu: Add r-plyranges., guix-commits, 2023/07/19
- 13/32: gnu: Add r-spatialexperiment., guix-commits, 2023/07/19
- 21/32: gnu: Add r-seqarray., guix-commits, 2023/07/19
- 23/32: gnu: Add r-tcgautils., guix-commits, 2023/07/19
- 28/32: import/utils: Add more initial words to beautify-description., guix-commits, 2023/07/19
- 29/32: gnu: Add r-rtcgatoolbox., guix-commits, 2023/07/19
- 10/32: gnu: Add r-tkwidgets., guix-commits, 2023/07/19