[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/50: gnu: r-precrec: Update to 0.14.1.
From: |
guix-commits |
Subject: |
17/50: gnu: r-precrec: Update to 0.14.1. |
Date: |
Mon, 9 Jan 2023 17:11:46 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 8d696f2728b84521c5b98c5304d96df6f364344d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:19:47 2023 +0100
gnu: r-precrec: Update to 0.14.1.
* gnu/packages/cran.scm (r-precrec): Update to 0.14.1.
[propagated-inputs]: Add r-rlang.
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8ccb3e7853..1ef9cfd58e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12077,14 +12077,14 @@ visualization and candidate genes around SNPs.")
(define-public r-precrec
(package
(name "r-precrec")
- (version "0.12.9")
+ (version "0.14.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "precrec" version))
(sha256
(base32
- "1dfz2rqx2ww2l5r40ahg0qdj3rjrwiwh427mw7j5ynhpcj21j2qm"))))
+ "04pyqwc4p3bzwfcf7a74nkh7b2001053jagzvz9ghpyj380f66x8"))))
(properties `((upstream-name . "precrec")))
(build-system r-build-system)
(propagated-inputs
@@ -12093,6 +12093,7 @@ visualization and candidate genes around SNPs.")
r-ggplot2
r-gridextra
r-rcpp
+ r-rlang
r-withr))
(native-inputs (list r-knitr))
(home-page "https://evalclass.github.io/precrec/")
- 01/50: gnu: Add r-httr2., (continued)
- 01/50: gnu: Add r-httr2., guix-commits, 2023/01/09
- 07/50: gnu: r-mitml: Update to 0.4-4., guix-commits, 2023/01/09
- 14/50: gnu: r-billboarder: Update to 0.4.0., guix-commits, 2023/01/09
- 08/50: gnu: r-seriation: Update to 1.4.1., guix-commits, 2023/01/09
- 06/50: gnu: r-timedate: Update to 4022.108., guix-commits, 2023/01/09
- 13/50: gnu: r-reticulate: Update to 1.27., guix-commits, 2023/01/09
- 16/50: gnu: r-writexl: Update to 1.4.2., guix-commits, 2023/01/09
- 26/50: gnu: r-lavaan: Update to 0.6-13., guix-commits, 2023/01/09
- 04/50: gnu: r-rstpm2: Update to 1.5.9., guix-commits, 2023/01/09
- 05/50: gnu: r-lava: Update to 1.7.1., guix-commits, 2023/01/09
- 17/50: gnu: r-precrec: Update to 0.14.1.,
guix-commits <=
- 22/50: gnu: r-ncdf4: Update to 1.21., guix-commits, 2023/01/09
- 28/50: gnu: r-qqconf: Update to 1.3.1., guix-commits, 2023/01/09
- 27/50: gnu: r-gkmsvm: Update to 0.82.0., guix-commits, 2023/01/09
- 24/50: gnu: r-fmsb: Update to 0.7.5., guix-commits, 2023/01/09
- 38/50: import/cran: Fix Bioconductor updater., guix-commits, 2023/01/09
- 40/50: gnu: Add r-clustergeneration., guix-commits, 2023/01/09
- 41/50: gnu: Add r-remacor., guix-commits, 2023/01/09
- 43/50: gnu: r-bsgenome: Update to 1.66.2., guix-commits, 2023/01/09
- 49/50: gnu: r-biocviews: Update to 1.66.2., guix-commits, 2023/01/09
- 11/50: gnu: r-heatmaply: Update to 1.4.2., guix-commits, 2023/01/09