[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: r-monocle3: Add missing input.
From: |
guix-commits |
Subject: |
04/08: gnu: r-monocle3: Add missing input. |
Date: |
Mon, 21 Jun 2021 11:54:41 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 111aa862ec204f619143ffc93c0c55560916b294
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 21 17:20:12 2021 +0200
gnu: r-monocle3: Add missing input.
* gnu/packages/bioconductor.scm (r-monocle3)[propagated-inputs]: Add
r-assertthat.
---
gnu/packages/bioconductor.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 35fb43b..6845894 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6313,7 +6313,8 @@ qPCR data, but could be used with other types as well.")
"1cjxqfw3qvy269hsf5v80d4kshl932wrl949iayas02saj6f70ls"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-biobase" ,r-biobase)
+ `(("r-assertthat" ,r-assertthat)
+ ("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics)
("r-delayedmatrixstats" ,r-delayedmatrixstats)
("r-dplyr" ,r-dplyr)
- branch master updated (cfe79af -> c442714), guix-commits, 2021/06/21
- 04/08: gnu: r-monocle3: Add missing input.,
guix-commits <=
- 01/08: gnu: python-aws-sam-translator: Update to 1.36.0., guix-commits, 2021/06/21
- 03/08: gnu: python-cfn-lint: Update to 0.51.0., guix-commits, 2021/06/21
- 05/08: gnu: Add r-residualmatrix., guix-commits, 2021/06/21
- 02/08: gnu: python-pyyaml: Update to 5.4.1., guix-commits, 2021/06/21
- 07/08: gnu: Add r-leidenbase., guix-commits, 2021/06/21
- 06/08: gnu: Add r-batchelor., guix-commits, 2021/06/21
- 08/08: gnu: r-monocle3: Update to 1.0.0., guix-commits, 2021/06/21