pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-glue



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 21 02:14:04 UTC 2024

Modified Files:
        pkgsrc/devel/R-glue: Makefile distinfo

Log Message:
(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-).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-glue/Makefile \
    pkgsrc/devel/R-glue/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-glue/Makefile
diff -u pkgsrc/devel/R-glue/Makefile:1.7 pkgsrc/devel/R-glue/Makefile:1.8
--- pkgsrc/devel/R-glue/Makefile:1.7    Mon Apr 18 14:05:03 2022
+++ pkgsrc/devel/R-glue/Makefile        Sun Jan 21 02:14:04 2024
@@ -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@localhost
@@ -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]*:../../
 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"
Index: pkgsrc/devel/R-glue/distinfo
diff -u pkgsrc/devel/R-glue/distinfo:1.7 pkgsrc/devel/R-glue/distinfo:1.8
--- pkgsrc/devel/R-glue/distinfo:1.7    Mon Apr 18 14:05:03 2022
+++ pkgsrc/devel/R-glue/distinfo        Sun Jan 21 02:14:04 2024
@@ -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



Home | Main Index | Thread Index | Old Index