me
/
guix
Archived
1
0
Fork 0

gnu: r-precrec: Update to 0.14.1.

* gnu/packages/cran.scm (r-precrec): Update to 0.14.1.
[propagated-inputs]: Add r-rlang.
master
Ricardo Wurmus 2023-01-09 22:19:47 +01:00
parent fa9f02dc9f
commit 8d696f2728
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -12077,14 +12077,14 @@ visualization and candidate genes around SNPs.")
(define-public r-precrec (define-public r-precrec
(package (package
(name "r-precrec") (name "r-precrec")
(version "0.12.9") (version "0.14.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "precrec" version)) (uri (cran-uri "precrec" version))
(sha256 (sha256
(base32 (base32
"1dfz2rqx2ww2l5r40ahg0qdj3rjrwiwh427mw7j5ynhpcj21j2qm")))) "04pyqwc4p3bzwfcf7a74nkh7b2001053jagzvz9ghpyj380f66x8"))))
(properties `((upstream-name . "precrec"))) (properties `((upstream-name . "precrec")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -12093,6 +12093,7 @@ visualization and candidate genes around SNPs.")
r-ggplot2 r-ggplot2
r-gridextra r-gridextra
r-rcpp r-rcpp
r-rlang
r-withr)) r-withr))
(native-inputs (list r-knitr)) (native-inputs (list r-knitr))
(home-page "https://evalclass.github.io/precrec/") (home-page "https://evalclass.github.io/precrec/")