~ruther/guix-local

2500dd481b0906465fd90366049f7577047c8815 — Ricardo Wurmus 1 year, 1 month ago 6405b6c
gnu: r-precrec: Update to 0.14.5.

* gnu/packages/cran.scm (r-precrec): Update to 0.14.5.
[native-inputs]: Add r-vdiffr.

Change-Id: I355d0aa78aef125d15297d455bf813a6c0df9db9
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -3
@@ 25865,14 25865,14 @@ visualization and candidate genes around SNPs.")
(define-public r-precrec
  (package
    (name "r-precrec")
    (version "0.14.4")
    (version "0.14.5")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "precrec" version))
       (sha256
        (base32
         "03hvp5h7fz4v2aswxim0mqgj9rdrhnk5xqz212161kpcrw6m67z8"))))
         "1n13zfmbbw7y73j09wkdpzyh5z6vkczljv5pr75lphcawshdyfa1"))))
    (properties `((upstream-name . "precrec")))
    (build-system r-build-system)
    (propagated-inputs


@@ 25883,7 25883,7 @@ visualization and candidate genes around SNPs.")
           r-rcpp
           r-rlang
           r-withr))
    (native-inputs (list r-knitr r-testthat))
    (native-inputs (list r-knitr r-testthat r-vdiffr))
    (home-page "https://evalclass.github.io/precrec/")
    (synopsis "Calculate accurate precision-recall and ROC curves")
    (description