diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 08:48:39 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:47 +0100 |
| commit | 321edaca575f60f25ec8b74bafac8619b6da5175 (patch) | |
| tree | 9ddf1e8779c8547a7594474692a7ab6a55ad165c /gnu | |
| parent | fe00a50f28478626378cb294508d9f3955094405 (diff) | |
gnu: r-htmltools: Update to 0.5.9.
* gnu/packages/cran.scm (r-htmltools): Update to 0.5.9.
[properties]: Record updater-ignored-native-inputs.
[arguments]: Remove.
[native-inputs]: Remove r-markdown; add r-withr.
Change-Id: I04c2a78dc7d4987eeef17c7cc21353624a4ad3ff
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 22cf99bd66..3f5f274da1 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13023,27 +13023,20 @@ a list of p-values.") (define-public r-htmltools (package (name "r-htmltools") - (version "0.5.8.1") + (version "0.5.9") (source (origin (method url-fetch) (uri (cran-uri "htmltools" version)) (sha256 (base32 - "0xpi2g87vwanp0kbs22j90pa2bban3nwrdjdb3257hq6xj9j5xpr")))) + "1zca289qxn9zgggijid76skl67f8vp9avvngkpv1hn28v8c8cc0r")))) + (properties + ;; Avoid dependency cycle + '((updater-ignored-native-inputs . ("r-bslib" "r-shiny")))) (build-system r-build-system) - (arguments - (list - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'disable-bad-tests - (lambda _ - ;; XXX: $ operator is invalid for atomic vectors - (substitute* "tests/testthat/test-tag-query.R" - ((".*tagQuery\\(\\)\\$find\\(\\).*" m) - (string-append m "skip('skip');\n")))))))) (propagated-inputs (list r-base64enc r-digest r-fastmap r-rlang)) - (native-inputs (list r-markdown r-testthat)) + (native-inputs (list r-testthat r-withr)) (home-page "https://cran.r-project.org/web/packages/htmltools") (synopsis "R tools for HTML") (description |
