(devel/R-glue) Updated 1.6.2 to 1.7.0

# glue 1.7.0

* If rlang is installed, glue will generate more informative errors if an
  interpolated expression either can't be parsed or fails to evaluate (#229).

* `+` now works in more situations, and gives errors when one side isn't a
  character vector. It no longer automatically applies glue interpolation to
  a non-glue input, if there is one. You'll need to do that yourself (#286).

* `glue_collapse(character())` (and hence `glue_sql_collapse(character())`) now
  return `""`, so that they always return a single string (#88).

* `glue_sql()` now collapses an empty vector to `""` not `"NULL"` (#272).

* `glue_sql()` now uses `DBI::dbQuoteLiteral()` for all object types. This
  should increase fidelity of escaping for different object types (#279).

* The "Speed of glue" vignette has been converted to an article, which allows
  several package to be removed from `Suggests` (and re-located to
  `Config/Needs/website`). The code got a light refresh, including a switch
  from microbenchmark to bench and more modern use of ggplot2.

* Add `$(C_VISIBILITY)` to compiler flags to hide internal symbols from the dll (#284 @lionel-).
This commit is contained in:
mef 2024-01-21 02:14:04 +00:00
parent 75b419418d
commit a35045eea7
2 changed files with 13 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2022/04/18 14:05:03 mef Exp $
# $NetBSD: Makefile,v 1.8 2024/01/21 02:14:04 mef Exp $
R_PKGNAME= glue
R_PKGVER= 1.6.2
R_PKGVER= 1.7.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
@ -12,7 +12,7 @@ LICENSE= mit
# 'rprintf'
TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
TEST_DEPENDS+= R-DBI-[0-9]*:../../math/R-DBI
TEST_DEPENDS+= R-DBI>=1.2.0:../../math/R-DBI
TEST_DEPENDS+= R-forcats-[0-9]*:../../math/R-forcats
TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
TEST_DEPENDS+= R-R.utils-[0-9]*:../../devel/R-R.utils
@ -23,6 +23,12 @@ TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-waldo-[0-9]*:../../devel/R-waldo
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2022/04/18 14:05:03 mef Exp $
$NetBSD: distinfo,v 1.8 2024/01/21 02:14:04 mef Exp $
BLAKE2s (R/glue_1.6.2.tar.gz) = c9d95773fed448069d4f16623000fec7bbe1c9d86bf4c04334d6f949151ba9a2
SHA512 (R/glue_1.6.2.tar.gz) = f3fdfa83bb162750a213b434ee14c8ec7973369f07224ae312d2a35567d2d7f68ab051dbe2de69ae56b454bbd8ec407e1b3a65b3f16eee329098d9fdd02b5502
Size (R/glue_1.6.2.tar.gz) = 106510 bytes
BLAKE2s (R/glue_1.7.0.tar.gz) = e4e5e95469834ba433beac9c60699c2938aeae9b4eaf777216ec8cd887f387ba
SHA512 (R/glue_1.7.0.tar.gz) = d0b32a772145926536596a0f37a5d49ae77a2627b3135b3450812fbcef8bd3010ac815940689507eb032c918adf5eca56b729d8452f51273569cdb58b87db7e9
Size (R/glue_1.7.0.tar.gz) = 105420 bytes