pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/R-htmltools
Module Name: pkgsrc
Committed By: mef
Date: Sun Mar 12 05:40:48 UTC 2023
Modified Files:
pkgsrc/textproc/R-htmltools: Makefile distinfo
Log Message:
(textproc/R-htmltools) Updated 0.5.2 to 0.5 4
# htmltools 0.5.4
## New Features
* Added a new `bindFillRole()` function for modifying `tag()`
object(s) into tags that are allowed to grow and shrink when their
parent is opinionated about their height. See `help(bindFillRole,
"htmltools")` for documentation and examples. Note the primary
motivation for adding these functions is to power `{bslib}`'s new
`card()` API (in particular, [responsive
sizing](https://rstudio.github.io/bslib/articles/cards.html#responsive-sizing))
as well as the new `fill` arguments in `shiny::plotOutput()`,
`shiny::imageOutput()`, `shiny::uiOutput()`,
`htmlwidgets::sizingPolicy()`, and
`htmlwidgets::shinyWidgetOutput()`. (#343)
## Bug fixes
* Closed #331: `copyDependencyToDir()` creates `outputDir`
recursively, which happens in Quarto or when `lib_dir` points to a
nested directory. (@gadenbuie, #332)
* Closed #346: `tagQuery()`'s `$remove()`, `$after()`, `$before()`,
`$replaceWith()` had a bug that prevented expected behavior when
sibling children values where not tag elements. (#348)
# htmltools 0.5.3
## Breaking changes
* Closed #305: `htmlPreserve()` no longer uses _inline_ code blocks
for Pandoc's raw attribute feature when used inside a _non_-inline
knitr/rmarkdown code chunk, and as a result, in this case, an
additional `<p>` tag is no longer wrapped around the HTML
content. (#306)
## Bug fixes
* Closed #301: `tagQuery()` was failing to copy all `tagList()` html
dependencies within nest child tag lists. `tagQuery()` will now
relocate html dependencies as child objects. (#302)
* Closed #290: htmltools previously did not specify which version of
fastmap to use, and would fail to install with an old version of
fastmap. (#291)
* `copyDependencyToDir()` no longer creates empty directories for
dependencies that do not have any files. (@gadenbuie, #276)
* Closed #320: `copyDependencyToDir()` now works with dependencies
with specified attributes. (@dmurdoch, #321)
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/R-htmltools/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/R-htmltools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/R-htmltools/Makefile
diff -u pkgsrc/textproc/R-htmltools/Makefile:1.8 pkgsrc/textproc/R-htmltools/Makefile:1.9
--- pkgsrc/textproc/R-htmltools/Makefile:1.8 Mon Sep 6 21:52:11 2021
+++ pkgsrc/textproc/R-htmltools/Makefile Sun Mar 12 05:40:48 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2021/09/06 21:52:11 mef Exp $
+# $NetBSD: Makefile,v 1.9 2023/03/12 05:40:48 mef Exp $
R_PKGNAME= htmltools
-R_PKGVER= 0.5.2
+R_PKGVER= 0.5.4
CATEGORIES= textproc
MAINTAINER= minskim%NetBSD.org@localhost
@@ -12,12 +12,15 @@ DEPENDS+= R-digest>=0.6.20:../../securit
DEPENDS+= R-base64enc-[0-9]*:../../converters/R-base64enc
DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang
DEPENDS+= R-fastmap-[0-9]*:../../devel/R-fastmap
+DEPENDS+= R-ellipsis-[0-9]*:../../math/R-ellipsis
# Packages suggested but not available: 'ragg'
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-Cairo-[0-9]*:../../graphics/R-Cairo
#EST_DEPENDS+= R-ragg-[0-9]*:../../graphics/R-ragg
TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-ragg-[0-9]*:../../graphics/R-ragg
USE_LANGUAGES+= c c++
Index: pkgsrc/textproc/R-htmltools/distinfo
diff -u pkgsrc/textproc/R-htmltools/distinfo:1.5 pkgsrc/textproc/R-htmltools/distinfo:1.6
--- pkgsrc/textproc/R-htmltools/distinfo:1.5 Tue Oct 26 11:21:31 2021
+++ pkgsrc/textproc/R-htmltools/distinfo Sun Mar 12 05:40:48 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:21:31 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/03/12 05:40:48 mef Exp $
-BLAKE2s (R/htmltools_0.5.2.tar.gz) = 241d60222b30c8e657c13e12d3804c0fd79b3f7595c1b404686e5bcfe9d3af0a
-SHA512 (R/htmltools_0.5.2.tar.gz) = 10d605439621d4ae46a6b10580ddcbdbb4dc52c9b50f3d8a7c0a1ca8f86087ad4949efdaf7e445fd752ad4d58e2601e1fc7f262f9f0a8760ea883aac3cb7698c
-Size (R/htmltools_0.5.2.tar.gz) = 124510 bytes
+BLAKE2s (R/htmltools_0.5.4.tar.gz) = 0cbda8a01afe8ead7cbfc369d61b1c1fccc0cce673c75bd5c171c1e8637c6ee4
+SHA512 (R/htmltools_0.5.4.tar.gz) = a3ea84deacd1dc3f7813f89268e1f540d51d97e61271437f2e6587f28ffdab8936421473fd5b17639237f70f5f491638d20148c5866cca72e887f89b9b2e92a7
+Size (R/htmltools_0.5.4.tar.gz) = 131047 bytes
Home |
Main Index |
Thread Index |
Old Index