gnu: r-htmltools: Propagate r-markdown.

The `includeMarkdown` function requires the `markdown` package.
See https://rstudio.github.io/htmltools/reference/include.html#note

* gnu/packages/cran.scm (r-htmltools)[propagated-inputs]: For htmltools::includeMarkdown, add r-markdown.

Change-Id: If0b7b9a19610177fcfc02357cf1462a8704592ab
This commit is contained in:
John Dawson
2026-04-24 15:35:58 +00:00
committed by Ricardo Wurmus
parent d43bade4d7
commit e376019e6d

View File

@@ -45,6 +45,7 @@
;;; Copyright © 2026 Cayetano Santos <csantosb@inventati.org>
;;; Copyright © 2026 Yarl Baudig <yarl-baudig@mailoo.org>
;;; Copyright © 2026 Laurent Gatto <lgatto@protonmail.ch>
;;; Copyright © 2026 John Dawson <dawson.john.andrew@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -15647,8 +15648,11 @@ a list of p-values.")
;; Avoid dependency cycle
'((updater-ignored-native-inputs . ("r-bslib" "r-shiny"))))
(build-system r-build-system)
(propagated-inputs
(list r-base64enc r-digest r-fastmap r-rlang))
(propagated-inputs (list r-base64enc
r-digest
r-fastmap
r-markdown ; for includeMarkdown
r-rlang))
(native-inputs (list r-testthat r-withr))
(home-page "https://cran.r-project.org/web/packages/htmltools")
(synopsis "R tools for HTML")