1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-10 16:04:06 +02:00

gnu: r-covr: Update to 3.6.5.

* gnu/packages/cran.scm (r-covr): Update to 3.6.5.
[propagated-inputs]: Remove r-crayon; add r-cli.
[native-inputs]: Remove r-mockery, r-rstudioapi, and r-xml2; add r-box,
r-htmlwidgets, r-r6, r-rlang, and r-s7.

Change-Id: I6a5c7da4045047e81445e6b95c6d68c525524d7d
This commit is contained in:
Ricardo Wurmus
2025-11-20 10:38:56 +01:00
parent 35caf5aa61
commit 1af7b8857d
+10 -7
View File
@@ -40653,13 +40653,13 @@ and interfaces to external frameworks.")
(define-public r-covr
(package
(name "r-covr")
(version "3.6.4")
(version "3.6.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "covr" version))
(sha256
(base32 "0al6n4gnnvgxk968skqnajpqpqyl6kpam3fmn782kihhcl1h8qib"))
(base32 "11l9gvpaywlngkd4c7yzp8mi2fnq8sndkb0dbq8nh73m3n6aklr0"))
(modules '((guix build utils)))
;; TODO: still need to replace highlight.js/highlight.pack.js
(snippet
@@ -40697,7 +40697,7 @@ and interfaces to external frameworks.")
(string-append "--outfile=" target)))
sources targets)))))))))
(propagated-inputs
(list r-crayon
(list r-cli
r-digest
r-httr
r-jsonlite
@@ -40706,14 +40706,17 @@ and interfaces to external frameworks.")
r-yaml))
(native-inputs
(list esbuild
r-box
r-dt
r-htmltools
r-knitr ;for vignettes
r-htmlwidgets
r-knitr
r-memoise
r-mockery
r-rstudioapi
r-r6
r-rlang
r-s7
;r-shiny
r-testthat
r-xml2
(let ((version "3.3.5"))
(origin
(method git-fetch)