diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-01-09 22:19:47 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-01-09 22:30:49 +0100 |
commit | 8d696f2728b84521c5b98c5304d96df6f364344d (patch) | |
tree | 429e04c5027a9a7228c8a20a75a05871cc5baa5e /gnu/packages | |
parent | fa9f02dc9fdc643e4ed91b3c305e3710a90634f8 (diff) |
gnu: r-precrec: Update to 0.14.1.
* gnu/packages/cran.scm (r-precrec): Update to 0.14.1.
[propagated-inputs]: Add r-rlang.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files 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/") |